mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-bicare: Update to 1.56.0.
* gnu/packages/bioconductor.scm (r-bicare): Update to 1.56.0.
This commit is contained in:
parent
02928ed15f
commit
002ef09276
1 changed files with 2 additions and 2 deletions
|
@ -14417,14 +14417,14 @@ algorithm which is more efficient for larger data sets.")
|
||||||
(define-public r-bicare
|
(define-public r-bicare
|
||||||
(package
|
(package
|
||||||
(name "r-bicare")
|
(name "r-bicare")
|
||||||
(version "1.54.0")
|
(version "1.56.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BicARE" version))
|
(uri (bioconductor-uri "BicARE" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qjh5bsjcjry6k1vzdaascwy2shjrkc2bw0w57w0qa458cbi89z2"))))
|
"1z7x30705a4ww9vdam2668pk064na5ispigqnaqy8zqvlfvp3c8d"))))
|
||||||
(properties `((upstream-name . "BicARE")))
|
(properties `((upstream-name . "BicARE")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue