mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01: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 @@ (define-public r-rgraphviz
|
|||
(define-public r-fishpond
|
||||
(package
|
||||
(name "r-fishpond")
|
||||
(version "2.4.0")
|
||||
(version "2.4.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "fishpond" version))
|
||||
(sha256
|
||||
(base32
|
||||
"112jd53wbiv1w0n8dc4qn6257wbbbg5i20s9wlvaw98jma94afa6"))))
|
||||
"0kc1xzq03kz548rfinxhc7gxm6021502b6v7bg2har0aq4vx79ml"))))
|
||||
(properties `((upstream-name . "fishpond")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list zlib))
|
||||
|
@ -17357,7 +17357,6 @@ (define-public r-fishpond
|
|||
r-matrix
|
||||
r-matrixstats
|
||||
r-qvalue
|
||||
r-rcpp
|
||||
r-s4vectors
|
||||
r-singlecellexperiment
|
||||
r-summarizedexperiment
|
||||
|
|
Loading…
Reference in a new issue