diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 12:11:02 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 13:39:11 +0200 |
commit | 34cc18d4dece2ca225bd0ab9175204e02327e214 (patch) | |
tree | 6a014ba7d6ccac2a3a0f485f2925ca6170467072 /gnu | |
parent | 94ae875c0a3999abe06cf273a2f934629fefeebe (diff) | |
download | guix-34cc18d4dece2ca225bd0ab9175204e02327e214.tar.gz |
gnu: r-biovizbase: Update to 1.28.0.
* gnu/packages/bioinformatics.scm (r-biovizbase): Update to 1.28.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 10c669d3df..17e656d814 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -10173,14 +10173,14 @@ the fact that each of these packages implements a select methods.") (define-public r-biovizbase (package (name "r-biovizbase") - (version "1.26.0") + (version "1.28.0") (source (origin (method url-fetch) (uri (bioconductor-uri "biovizBase" version)) (sha256 (base32 - "14l4vhj0a4ssr9m9zdzz3qpd4qw1mhgq5bmxq7jhrq3j9kmd6i2f")))) + "0lkiqdr3ics6hgv47lwkykcy761823bbkhffbn4ykyfzyqwl4p67")))) (properties `((upstream-name . "biovizBase"))) (build-system r-build-system) (propagated-inputs |