me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-mitml): Update to 0.4-5.
master
Ricardo Wurmus 2023-03-19 14:44:21 +01:00
parent 149554b26b
commit 554cd5475d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7537,14 +7537,14 @@ clustered data.")
(define-public r-mitml
(package
(name "r-mitml")
(version "0.4-4")
(version "0.4-5")
(source
(origin
(method url-fetch)
(uri (cran-uri "mitml" version))
(sha256
(base32
"12mgjvifpprzlpjbcybd08fkps0kdxim45saan4cng4lc4klh880"))))
"1szfw993ma4qn377bab08bkvm4s0sxs5x2hdcj9kgk47661fqsh5"))))
(build-system r-build-system)
(propagated-inputs
(list r-haven r-jomo r-pan))