mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-dose: Update to 3.20.0.
* gnu/packages/bioconductor.scm (r-dose): Update to 3.20.0.
This commit is contained in:
parent
6dbc856518
commit
9b6dee4c0d
1 changed files with 2 additions and 2 deletions
|
@ -7419,14 +7419,14 @@ (define-public r-fgsea
|
|||
(define-public r-dose
|
||||
(package
|
||||
(name "r-dose")
|
||||
(version "3.18.3")
|
||||
(version "3.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DOSE" version))
|
||||
(sha256
|
||||
(base32
|
||||
"09blmrgzxaknn263zf3zqc5yx27wjwznsr8lqsm118k4wpfxj504"))))
|
||||
"0hj5hn54g8a3gj4q9200bffcy9m1mvkiwbg60ysv1hxxbpi57kmv"))))
|
||||
(properties `((upstream-name . "DOSE")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue