diff options
author | zimoun <zimon.toutoune@gmail.com> | 2022-11-17 03:50:33 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-24 12:32:06 +0100 |
commit | ffd5e53e8729702c6db237817df1a2c7da24c20b (patch) | |
tree | 8fabd61a8ee83e0f9dd2c65bb4836d540f696dc2 | |
parent | efc663040bc6a8eadc7856713aa306afaf04488e (diff) | |
download | guix-ffd5e53e8729702c6db237817df1a2c7da24c20b.tar.gz |
gnu: r-biodb: Update to 1.6.0.
* gnu/packages/bioconductor.scm (r-biodb): Update to 1.6.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 f5666b0005..0c62f98bf9 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -17541,14 +17541,14 @@ the Bioconductor project.") (define-public r-biodb (package (name "r-biodb") - (version "1.4.2") + (version "1.6.0") (source (origin (method url-fetch) (uri (bioconductor-uri "biodb" version)) (sha256 (base32 - "0f3clqmrpaawhjjyb4x5mnbhsam56r0av05b5cl5p4waylp8qbs1")))) + "08ahz3v2xbhwfh89dbnhhcdm0x5qv4hibi8wknlqf5x8gqm5j5w6")))) (properties `((upstream-name . "biodb"))) (build-system r-build-system) (propagated-inputs |