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

* gnu/packages/statistics.scm (r-coda): Update to 0.19-4.
This commit is contained in:
Ricardo Wurmus 2020-10-05 22:45:49 +02:00
parent 6f68893ae4
commit 76c145e402
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1965,13 +1965,13 @@ (define-public python2-statsmodels
(define-public r-coda
(package
(name "r-coda")
(version "0.19-3")
(version "0.19-4")
(source (origin
(method url-fetch)
(uri (cran-uri "coda" version))
(sha256
(base32
"1mn50bshky968gn4nf6vnkaa768fnvm1xmhkms7szwdw9341zpyk"))))
"13z5dwfpnyyhpsbpg4xr9g5c1685jhqj90f4x4qkcykr6kykqba2"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)))