diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-03-08 00:40:10 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-08 09:14:01 +0100 |
commit | 6453d7aecc38158011e9a10d038d21a92f1531a5 (patch) | |
tree | a0de0504a1327e5f0fe3e63f71945af217ea90a2 /gnu | |
parent | 101dcc29d35b032ab62b1e7320b5d7dcd6af02b1 (diff) | |
download | guix-6453d7aecc38158011e9a10d038d21a92f1531a5.tar.gz guix-6453d7aecc38158011e9a10d038d21a92f1531a5.zip |
gnu: r-gviz: Update to 1.26.5.
* gnu/packages/bioinformatics.scm (r-gviz): Update to 1.26.5.
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 495cbf4ae9..d7be91cc2c 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -10134,14 +10134,14 @@ family of feature/genome hypotheses.") (define-public r-gviz (package (name "r-gviz") - (version "1.26.4") + (version "1.26.5") (source (origin (method url-fetch) (uri (bioconductor-uri "Gviz" version)) (sha256 (base32 - "0jvcivgw0ahv2rjadxmrww76xambhf7silczmh38nn4yn4qw6w9y")))) + "1dpkcaar7qgzg3vgafvkplprhwmhzpb7ph009kr6ajm36hx4z81c")))) (properties `((upstream-name . "Gviz"))) (build-system r-build-system) (propagated-inputs |