me
/
guix
Archived
1
0
Fork 0

gnu: r-stm: Update to 1.3.7.

* gnu/packages/cran.scm (r-stm): Update to 1.3.7.

Change-Id: I2649bec8de84134c7bc168d6dcb2c3ac112648e0
Ricardo Wurmus 2023-12-15 12:17:02 +01:00
parent 9a8a137afe
commit e4fbd3455c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -31079,14 +31079,14 @@ Gibbs sampling by Xuan-Hieu Phan and co-authors.")
(define-public r-stm
(package
(name "r-stm")
(version "1.3.6.1")
(version "1.3.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "stm" version))
(sha256
(base32
"0izf68s8n6jlzksnn2md0apb4b8gm6513r0aa45yrm71gb0v29yc"))))
"0cvv6q5r55iqk327rav25dymvnn77rj8chmgkbkwd0c1dpqf4x5q"))))
(properties `((upstream-name . "stm")))
(build-system r-build-system)
(propagated-inputs