me
/
guix
Archived
1
0
Fork 0

gnu: r-dose: Update to 3.22.0.

* gnu/packages/bioconductor.scm (r-dose): Update to 3.22.0.
master
Ricardo Wurmus 2022-05-28 12:44:58 +02:00
parent cf8935a130
commit 00c890fa47
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8571,14 +8571,14 @@ to multiple hypothesis correction.")
(define-public r-dose
(package
(name "r-dose")
(version "3.20.1")
(version "3.22.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DOSE" version))
(sha256
(base32
"10kknaqz40pb6v0fcjzp12hfpi6k5kvlqnyxx1k3y0h0wdg8hs3n"))))
"11lg4ql0bi54p2wg3z1dw9rwqai37khgcqbs4cb7zf67ml8jadwp"))))
(properties `((upstream-name . "DOSE")))
(build-system r-build-system)
(propagated-inputs