guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 377/457: gnu: r-fishpond: Update to 2.4.0.
Date: Thu, 24 Nov 2022 06:37:43 -0500 (EST)

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

commit 65866be416001593588d9e1d2c49f0a3267ad80c
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 e915145f7e..7b9f814a19 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -15690,13 +15690,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]