mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: r-biosigner: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-biosigner): Update to 1.28.0.
This commit is contained in:
parent
bd322e08de
commit
96ae714e28
1 changed files with 2 additions and 2 deletions
|
@ -14899,14 +14899,14 @@ (define-public r-ropls
|
||||||
(define-public r-biosigner
|
(define-public r-biosigner
|
||||||
(package
|
(package
|
||||||
(name "r-biosigner")
|
(name "r-biosigner")
|
||||||
(version "1.26.0")
|
(version "1.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "biosigner" version))
|
(uri (bioconductor-uri "biosigner" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11ncmxy4wqdg30w8a6dgcsywyzda49f9al435fz3pfj5rmlbbrlj"))))
|
"19sl75168zv6qqmgsfnhcyw1z0lp0phmky40lsl6bbmy4k2hfw38"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biobase
|
(list r-biobase
|
||||||
|
|
Loading…
Reference in a new issue