diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-12-15 15:20:01 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-12-15 15:39:06 +0100 |
commit | 33ce50e322f4fbaf4b3af962e8298cceafa23806 (patch) | |
tree | 44e19327c82f94bfc63ae6fd9bff76a843a5d4f6 /gnu/packages | |
parent | 3672b74f6f860681819233bdd180452a447015c0 (diff) | |
download | patches-33ce50e322f4fbaf4b3af962e8298cceafa23806.tar patches-33ce50e322f4fbaf4b3af962e8298cceafa23806.tar.gz |
gnu: r-genie3: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-genie3): Update to 1.8.0.
Diffstat (limited to 'gnu/packages')
-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 4ae1516f2e..d34963e55b 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -5934,14 +5934,14 @@ cisTopics and explore the nature and regulatory proteins driving them.") (define-public r-genie3 (package (name "r-genie3") - (version "1.6.0") + (version "1.8.0") (source (origin (method url-fetch) (uri (bioconductor-uri "GENIE3" version)) (sha256 (base32 - "0lvrpw4xn7xyinmn13f65i0vkzfzwdj5y8gsa8vyy8kcn83d28fx")))) + "0p67lhgy3lb4nc958s51hx7rvgwhzwfic9xhpsrask40k43spv7l")))) (properties `((upstream-name . "GENIE3"))) (build-system r-build-system) (propagated-inputs `(("r-reshape2" ,r-reshape2))) |