rekado pushed a commit to branch master
in repository guix.
commit 19cacb5a2d009bbe3d4fb7f37e16e08c12e43e90
Author: Ricardo Wurmus <[email protected]>
Date: Sat Jan 12 23:05:23 2019 +0100
gnu: r-gviz: Update to 1.26.4.
* gnu/packages/bioinformatics.scm (r-gviz): Update to 1.26.4.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 62c6f37..b8a6379 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