mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-catalyst: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-catalyst): Update to 1.26.0. [propagated-inputs]: Remove r-magrittr. Change-Id: I2026d88617251a7dd5b87e57d7891852a0ff84cf
This commit is contained in:
parent
fd9c0e4167
commit
bfd81d4846
1 changed files with 2 additions and 3 deletions
|
@ -21361,14 +21361,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.24.0")
|
(version "1.26.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
|
||||||
"0f6h0qngv7my83k402rydvi1pla695r5kxq02k1s5caxcsi1caza"))))
|
"0dfg9ib0imk8bmhycqrspnn8yvfdlchwvx39wgqxi5fb9zrppfz4"))))
|
||||||
(properties `((upstream-name . "CATALYST")))
|
(properties `((upstream-name . "CATALYST")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -21385,7 +21385,6 @@ relevant, and the minimum expression of the most abundant condition.")
|
||||||
r-ggrepel
|
r-ggrepel
|
||||||
r-ggridges
|
r-ggridges
|
||||||
r-gridextra
|
r-gridextra
|
||||||
r-magrittr
|
|
||||||
r-matrix
|
r-matrix
|
||||||
r-matrixstats
|
r-matrixstats
|
||||||
r-nnls
|
r-nnls
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue