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