mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-fishpond: Update to 2.4.1.
* gnu/packages/bioconductor.scm (r-fishpond): Update to 2.4.1. [propagated-inputs]: Remove r-rcpp.
This commit is contained in:
parent
0d90a01416
commit
d9f29e0342
1 changed files with 2 additions and 3 deletions
|
@ -17338,13 +17338,13 @@ objects from the @code{graph} package.")
|
||||||
(define-public r-fishpond
|
(define-public r-fishpond
|
||||||
(package
|
(package
|
||||||
(name "r-fishpond")
|
(name "r-fishpond")
|
||||||
(version "2.4.0")
|
(version "2.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "fishpond" version))
|
(uri (bioconductor-uri "fishpond" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"112jd53wbiv1w0n8dc4qn6257wbbbg5i20s9wlvaw98jma94afa6"))))
|
"0kc1xzq03kz548rfinxhc7gxm6021502b6v7bg2har0aq4vx79ml"))))
|
||||||
(properties `((upstream-name . "fishpond")))
|
(properties `((upstream-name . "fishpond")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list zlib))
|
(inputs (list zlib))
|
||||||
|
@ -17357,7 +17357,6 @@ objects from the @code{graph} package.")
|
||||||
r-matrix
|
r-matrix
|
||||||
r-matrixstats
|
r-matrixstats
|
||||||
r-qvalue
|
r-qvalue
|
||||||
r-rcpp
|
|
||||||
r-s4vectors
|
r-s4vectors
|
||||||
r-singlecellexperiment
|
r-singlecellexperiment
|
||||||
r-summarizedexperiment
|
r-summarizedexperiment
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue