me
/
guix
Archived
1
0
Fork 0

gnu: r-dose: Update to 3.30.0.

* gnu/packages/bioconductor.scm (r-dose): Update to 3.30.0.

Change-Id: I28254605db5026df5624ff6495dbeb294624a210
master
Ricardo Wurmus 2024-05-07 13:06:53 +02:00
parent 233ed5688e
commit 0806704ab3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16196,14 +16196,14 @@ to multiple hypothesis correction.")
(define-public r-dose
(package
(name "r-dose")
(version "3.28.2")
(version "3.30.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DOSE" version))
(sha256
(base32
"0kk4l8cxyvcq4cjjnb59zajf4ci0igml13582qqn8123cqkbf8pf"))))
"0hwbl3kcbjpjpdnqcq3ilk2qz3g87nybgv3kyd8fmh935jm66v6s"))))
(properties `((upstream-name . "DOSE")))
(build-system r-build-system)
(propagated-inputs