me
/
guix
Archived
1
0
Fork 0

gnu: r-dose: Update to 3.20.1.

* gnu/packages/bioconductor.scm (r-dose): Update to 3.20.1.
master
Ricardo Wurmus 2021-11-24 13:06:52 +01:00
parent 010806f78a
commit 370bb5851a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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