me
/
guix
Archived
1
0
Fork 0

gnu: r-rjags: Update to 4-15.

* gnu/packages/cran.scm (r-rjags): Update to 4-15.

Change-Id: Ie01caed5427778eb4f99eca9a1e04f58c15f8707
Ricardo Wurmus 2023-12-15 12:16:52 +01:00
parent bed234ff0d
commit 47f8a320fb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13632,14 +13632,14 @@ functions.")
(define-public r-rjags
(package
(name "r-rjags")
(version "4-14")
(version "4-15")
(source
(origin
(method url-fetch)
(uri (cran-uri "rjags" version))
(sha256
(base32
"1jz26x49zsjl95whlkjsr8h98j68ajv2gc7qqnxy732r0bvmsfri"))))
"188qxyanny4yb1cq8hrz0y7pjafgvj0vhly0gaw271dam8glrk9m"))))
(build-system r-build-system)
(propagated-inputs
(list r-coda))