diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-12 23:05:23 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-12 23:35:18 +0100 |
commit | 19cacb5a2d009bbe3d4fb7f37e16e08c12e43e90 (patch) | |
tree | 119dfd8aa0bab87932bc0803a407a48a63b70866 /gnu | |
parent | c80595935df696d4bf0484a57aaa0846c06143a2 (diff) | |
download | guix-19cacb5a2d009bbe3d4fb7f37e16e08c12e43e90.tar guix-19cacb5a2d009bbe3d4fb7f37e16e08c12e43e90.tar.gz |
gnu: r-gviz: Update to 1.26.4.
* gnu/packages/bioinformatics.scm (r-gviz): Update to 1.26.4.
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 62c6f37721..b8a637948c 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -10663,14 +10663,14 @@ family of feature/genome hypotheses.") (define-public r-gviz (package (name "r-gviz") - (version "1.26.0") + (version "1.26.4") (source (origin (method url-fetch) (uri (bioconductor-uri "Gviz" version)) (sha256 (base32 - "05zk9hf30afg6rjg97lzn5v8xij90v8zm09y9vcz0asmc3c8xs0a")))) + "0jvcivgw0ahv2rjadxmrww76xambhf7silczmh38nn4yn4qw6w9y")))) (properties `((upstream-name . "Gviz"))) (build-system r-build-system) (propagated-inputs |