mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-biosigner: Update to 1.14.4.
* gnu/packages/bioconductor.scm (r-biosigner): Update to 1.14.4.
This commit is contained in:
parent
d5951dc43a
commit
4bcb38c801
1 changed files with 2 additions and 2 deletions
|
@ -5318,14 +5318,14 @@ coefficients).")
|
||||||
(define-public r-biosigner
|
(define-public r-biosigner
|
||||||
(package
|
(package
|
||||||
(name "r-biosigner")
|
(name "r-biosigner")
|
||||||
(version "1.14.2")
|
(version "1.14.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "biosigner" version))
|
(uri (bioconductor-uri "biosigner" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"184vbbd010yzqv0qn1prxiazibxwiacvlpg9yzcgyhamcx9bvq73"))))
|
"0hypk784xcax99mp673md6kvx45chk2nxbqniww7zm9q2hj983hl"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biobase" ,r-biobase)
|
`(("r-biobase" ,r-biobase)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue