diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-03-15 14:56:32 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-03-15 17:40:42 +0100 |
commit | d9f29e0342e8d43be8f029ead7429aca5cbe0b38 (patch) | |
tree | da2693da618a719bea75aae9ab6e198859a0475b /gnu | |
parent | 0d90a01416993eab2051a0db3142adfa400d7f5c (diff) | |
download | guix-d9f29e0342e8d43be8f029ead7429aca5cbe0b38.tar guix-d9f29e0342e8d43be8f029ead7429aca5cbe0b38.tar.gz |
gnu: r-fishpond: Update to 2.4.1.
* gnu/packages/bioconductor.scm (r-fishpond): Update to 2.4.1.
[propagated-inputs]: Remove r-rcpp.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioconductor.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 4ec51439e6..c6cbb82d7a 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -17338,13 +17338,13 @@ objects from the @code{graph} package.") (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 @@ objects from the @code{graph} package.") r-matrix r-matrixstats r-qvalue - r-rcpp r-s4vectors r-singlecellexperiment r-summarizedexperiment |