diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 13:07:21 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:39 +0200 |
commit | 3245af8e571daaf438a1fdc4eaaa6da0f3691132 (patch) | |
tree | e5c7a4bd7ddef9277811292b4509fb394841d546 | |
parent | a0e8a21ef248c2910f1140c7f342885dcc4fcefa (diff) | |
download | guix-3245af8e571daaf438a1fdc4eaaa6da0f3691132.tar.gz guix-3245af8e571daaf438a1fdc4eaaa6da0f3691132.zip |
gnu: r-kegggraph: Update to 1.64.0.
* gnu/packages/bioconductor.scm (r-kegggraph): Update to 1.64.0.
Change-Id: I1919e5f27747edc745a7e0c65c71d0126e63bde8
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index af9f2dd0c8..133dbf771b 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -23239,13 +23239,13 @@ annotation, and functions for GWAS data cleaning and analysis.") (define-public r-kegggraph (package (name "r-kegggraph") - (version "1.62.0") + (version "1.64.0") (source (origin (method url-fetch) (uri (bioconductor-uri "KEGGgraph" version)) (sha256 - (base32 "0i9iqr87mqih0rkbjx3wa383x4yfyzpcb0b0xzairbqgygvcq4kl")))) + (base32 "0lffqbvwmfjbw5ymxr969znvb53hbqfgq1zwffsc768rv3h4c6p7")))) (properties `((upstream-name . "KEGGgraph"))) (build-system r-build-system) (propagated-inputs |