me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-rjags): Update to 4-10.
master
Ricardo Wurmus 2019-11-14 08:19:34 +01:00
parent 1ca049273c
commit b0fd313e38
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5960,14 +5960,14 @@ functions.")
(define-public r-rjags
(package
(name "r-rjags")
(version "4-9")
(version "4-10")
(source
(origin
(method url-fetch)
(uri (cran-uri "rjags" version))
(sha256
(base32
"1vrmxxfnia2mkmfkp5yaq5qrlh4xg3ggab6fnj14mrp1231wb91a"))))
"1nhaim84ww8fd6m8xlpmngqcnp2qpql29ahc38366fxja3ghngmx"))))
(build-system r-build-system)
(propagated-inputs
`(("r-coda" ,r-coda)))