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

* gnu/packages/cran.scm (r-mitml): Update to 0.3-7.
master
Ricardo Wurmus 2019-01-12 16:35:59 +01:00
parent 5703991841
commit 1c6d199ee8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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