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

gnu: r-mitml: Update to 0.3-6.

* gnu/packages/cran.scm (r-mitml): Update to 0.3-6.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-20 15:56:47 +02:00
parent 658e37b6e8
commit 632cefdac9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1951,14 +1951,14 @@ clustered data.")
(define-public r-mitml
(package
(name "r-mitml")
(version "0.3-5")
(version "0.3-6")
(source
(origin
(method url-fetch)
(uri (cran-uri "mitml" version))
(sha256
(base32
"1s888r9y2ri39b48h1iypps6lddqkqv3g31l2sjmi2pvyccfpkwb"))))
"1pkqv4qazih3byws5z6629pp232n8ra56lip7502727b0b4bsndw"))))
(build-system r-build-system)
(propagated-inputs
`(("r-haven" ,r-haven)