mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-catalyst: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-catalyst): Update to 1.28.0. Change-Id: Ic2373881717e43db043347438c7801f4b3d3f7ad
This commit is contained in:
parent
269b2e1765
commit
0a81d3c584
1 changed files with 2 additions and 2 deletions
|
@ -22854,14 +22854,14 @@ relevant, and the minimum expression of the most abundant condition.")
|
||||||
(define-public r-catalyst
|
(define-public r-catalyst
|
||||||
(package
|
(package
|
||||||
(name "r-catalyst")
|
(name "r-catalyst")
|
||||||
(version "1.26.1")
|
(version "1.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "CATALYST" version))
|
(uri (bioconductor-uri "CATALYST" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zfb4b88j0ksvsxq8kgrjs0xqlr10yzvr772r8nhl797qzwdag08"))))
|
"168yfkqlg6af8ndlw4wzb9adg4lgkgkjbsi4a435ks0n4c9dycb7"))))
|
||||||
(properties `((upstream-name . "CATALYST")))
|
(properties `((upstream-name . "CATALYST")))
|
||||||
(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