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