diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-07-03 02:40:00 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-07-17 22:38:36 +0200 |
commit | e49bd5772f97e4cf0f656c0bc448430f30c33b56 (patch) | |
tree | 440797c5ca74ecf14a5b915b6b1a063cca5b6798 | |
parent | 160dbc754f113e176166718c6338aa4b6184a4e9 (diff) | |
download | guix-e49bd5772f97e4cf0f656c0bc448430f30c33b56.tar guix-e49bd5772f97e4cf0f656c0bc448430f30c33b56.tar.gz |
gnu: r-stringdb: Update to 2.16.4.
* gnu/packages/bioconductor.scm (r-stringdb): Update to 2.16.4.
Change-Id: I0d8f0557d914da617cdf55b180484c08c6bc1e2b
-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 0e996e3890..86bd3a3fe9 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -12059,13 +12059,13 @@ Biology at (define-public r-stringdb (package (name "r-stringdb") - (version "2.16.0") + (version "2.16.4") (source (origin (method url-fetch) (uri (bioconductor-uri "STRINGdb" version)) (sha256 - (base32 "1bn21hqvcl1a4knj7iygwqx79s49ggjaw30fj6478h7khha6556b")))) + (base32 "02fim09w9s38hvgp1g3fxqabd5r2fjysljlfrya2nr17drqkzqyx")))) (properties `((upstream-name . "STRINGdb"))) (build-system r-build-system) (propagated-inputs |