3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-coda: Update to 0.19-2.

* gnu/packages/statistics.scm (r-coda): Update to 0.19-2.
This commit is contained in:
Ricardo Wurmus 2018-10-28 19:34:12 +01:00
parent 672ba7494b
commit e028eaa992
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1913,13 +1913,13 @@ inference for statistical models.")
(define-public r-coda
(package
(name "r-coda")
(version "0.19-1")
(version "0.19-2")
(source (origin
(method url-fetch)
(uri (cran-uri "coda" version))
(sha256
(base32
"14a4a8df4ygj05h37chmdn8kzcqs07fpbflxfrq530563mrza7yl"))))
"03fs3sdrrym3is92dgpa6ydk3m63gaihwy7bva4k0wm2hxm7x2k7"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)))