guix-commits
[Top][All Lists]
Advanced

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

10/13: gnu: r-gofuncr: Update to 1.22.2.


From: guix-commits
Subject: 10/13: gnu: r-gofuncr: Update to 1.22.2.
Date: Sun, 11 Feb 2024 10:56:13 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 823def76d43a9c1522a340b14b67a42799059e8f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Feb 11 16:54:55 2024 +0100

    gnu: r-gofuncr: Update to 1.22.2.
    
    * gnu/packages/bioconductor.scm (r-gofuncr): Update to 1.22.2.
    
    Change-Id: Iba4be0c63d792caddcea69ee77aa94ce6869c1d2
---
 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 58204c3ba8..6e89385d56 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -16599,14 +16599,14 @@ footprints.")
 (define-public r-gofuncr
   (package
     (name "r-gofuncr")
-    (version "1.22.0")
+    (version "1.22.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "GOfuncR" version))
        (sha256
         (base32
-         "1baa3aabkhmwq66xkzf4jk5nz85kkx1ks0mqc91s2ra9916wj6cd"))))
+         "004483q584530mh5nb28ppa8wllkd639n9yyw309acs2s4rc7saa"))))
     (properties `((upstream-name . "GOfuncR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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