guix-commits
[Top][All Lists]
Advanced

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

38/39: gnu: r-kegggraph: Update to 1.58.3.


From: guix-commits
Subject: 38/39: gnu: r-kegggraph: Update to 1.58.3.
Date: Tue, 20 Dec 2022 06:12:02 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit fd4ca4a2661cba23e7ee688628a1a4a0ee1d943f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 19 23:00:04 2022 +0100

    gnu: r-kegggraph: Update to 1.58.3.
    
    * gnu/packages/bioconductor.scm (r-kegggraph): Update to 1.58.3.
---
 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 c1e6c4c002..53c7d048c9 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -17501,13 +17501,13 @@ EMBL-EBI GWAS catalog.")
 (define-public r-kegggraph
   (package
     (name "r-kegggraph")
-    (version "1.58.0")
+    (version "1.58.3")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "KEGGgraph" version))
        (sha256
-        (base32 "0hpsb009qmhy9p67d5wd0cl60smhgjlhxsz5f52i1c6qy4jk1niq"))))
+        (base32 "1s5j7zdp8ck4vhca81i4b6qclhwi56gmz8brawrxj3szvwmxf3y6"))))
     (properties `((upstream-name . "KEGGgraph")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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