mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: r-biosigner: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-biosigner): Update to 1.30.0. Change-Id: Iabd8f36615e8196e7e3df266ba8dd721bb398fba
This commit is contained in:
parent
c73f59a9d2
commit
d29c9b145b
1 changed files with 2 additions and 2 deletions
|
@ -16984,14 +16984,14 @@ (define-public r-ropls
|
|||
(define-public r-biosigner
|
||||
(package
|
||||
(name "r-biosigner")
|
||||
(version "1.28.0")
|
||||
(version "1.30.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "biosigner" version))
|
||||
(sha256
|
||||
(base32
|
||||
"19sl75168zv6qqmgsfnhcyw1z0lp0phmky40lsl6bbmy4k2hfw38"))))
|
||||
"1j3wkqvha6pzd6d3wm2q4lihn8p9ycw0wmddjqpnqvglb1x7c0f8"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biobase
|
||||
|
|
Loading…
Reference in a new issue