guix-commits
[Top][All Lists]
Advanced

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

377/449: gnu: r-fishpond: Update to 2.4.0.


From: guix-commits
Subject: 377/449: gnu: r-fishpond: Update to 2.4.0.
Date: Tue, 22 Nov 2022 15:47:59 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit bf81fc282987d212a7c4f81159f87dba1b8ac59d
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:30 2022 +0100

    gnu: r-fishpond: Update to 2.4.0.
    
    * gnu/packages/bioconductor.scm (r-fishpond): Update to 2.4.0.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 185e3648d5..a6ab0512fe 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -15649,13 +15649,13 @@ objects from the @code{graph} package.")
 (define-public r-fishpond
   (package
     (name "r-fishpond")
-    (version "2.2.0")
+    (version "2.4.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "fishpond" version))
               (sha256
                (base32
-                "0svp4yh0srhzbbxy1grchzdd9yzchadjp3d2sy2n9xpwxzpkhrym"))))
+                "112jd53wbiv1w0n8dc4qn6257wbbbg5i20s9wlvaw98jma94afa6"))))
     (properties `((upstream-name . "fishpond")))
     (build-system r-build-system)
     (inputs (list zlib))



reply via email to

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