gnu: r-mstate: Update to 0.3.3.

* gnu/packages/cran.scm (r-mstate): Update to 0.3.3.

Change-Id: Ia35383b032c1bc5b9a12df5943422118d81fe527
This commit is contained in:
Ricardo Wurmus 2024-08-16 18:36:14 +02:00
parent 0ac47079d3
commit 3bde820219
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -34836,14 +34836,14 @@ with posterior predictive checks and leave-one-out cross-validation.")
(define-public r-mstate
(package
(name "r-mstate")
(version "0.3.2")
(version "0.3.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "mstate" version))
(sha256
(base32
"054dzrd5b0xjjjl7862q3aq1jwgrxbkqz7zpvbdirqsld3zksirw"))))
"0vxfayp9d21hgihrb3bfn04y76qgvqx0mcwbw5w6izpbqcwxlcw5"))))
(properties `((upstream-name . "mstate")))
(build-system r-build-system)
(propagated-inputs