me
/
guix
Archived
1
0
Fork 0

gnu: r-mitml: Update to 0.4-3.

* gnu/packages/cran.scm (r-mitml): Update to 0.4-3.
master
Ricardo Wurmus 2021-11-01 17:52:16 +00:00
parent 35e056d040
commit 28c7062900
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5159,14 +5159,14 @@ clustered data.")
(define-public r-mitml
(package
(name "r-mitml")
(version "0.4-2")
(version "0.4-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "mitml" version))
(sha256
(base32
"0zrmchsk012linw3m5rda6hj8xpxpwzbf4alq0nc1pzvl99aa558"))))
"00i18nnvrdrg91crgcp2a431xs71cawaip3xkqk2myv0iav3xga9"))))
(build-system r-build-system)
(propagated-inputs
`(("r-haven" ,r-haven)