me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-mitml): Update to 0.4-4.
master
Ricardo Wurmus 2023-01-09 22:15:14 +01:00
parent ba4117bf61
commit 77895d9d6b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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