diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-28 18:00:02 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:27:58 +0200 |
commit | ed59644ba03ad1e206d3f81343960892b8b1e014 (patch) | |
tree | 119c97c4e4a7716fb8dde37352d059388df359b1 | |
parent | 753beb909f613f2835cf33cc225fefab32968f68 (diff) | |
download | guix-ed59644ba03ad1e206d3f81343960892b8b1e014.tar.gz guix-ed59644ba03ad1e206d3f81343960892b8b1e014.zip |
gnu: r-xmapbridge: Update to 1.58.0.
* gnu/packages/bioconductor.scm (r-xmapbridge): Update to 1.58.0.
-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 11217b5680..79ce3e8480 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -9636,13 +9636,13 @@ molecular functions, respectively, and produces intuitive graphical outputs.") (define-public r-xmapbridge (package (name "r-xmapbridge") - (version "1.56.0") + (version "1.58.0") (source (origin (method url-fetch) (uri (bioconductor-uri "xmapbridge" version)) (sha256 - (base32 "0wxr3db2daj4xlr9df6iqwm00m71kln7rhqnq2ckdsricblanhs7")))) + (base32 "09pskmhjymqvhk26mk5yy1k195v536a2qp4k6xdd67xhf5ag260i")))) (properties `((upstream-name . "xmapbridge"))) (build-system r-build-system) (home-page "https://git.bioconductor.org/packages/xmapbridge") |