guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

31/33: gnu: r-fishpond: Update to 2.4.1.


From: guix-commits
Subject: 31/33: gnu: r-fishpond: Update to 2.4.1.
Date: Wed, 15 Mar 2023 12:41:22 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d9f29e0342e8d43be8f029ead7429aca5cbe0b38
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Mar 15 14:56:32 2023 +0100

    gnu: r-fishpond: Update to 2.4.1.
    
    * gnu/packages/bioconductor.scm (r-fishpond): Update to 2.4.1.
    [propagated-inputs]: Remove r-rcpp.
---
 gnu/packages/bioconductor.scm | 5 ++---
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]