rekado pushed a commit to branch wip-r
in repository guix.
commit 58cf17aa25ecbc35e84f2d0eb179b11b5b9aec37
Author: zimoun <[email protected]>
AuthorDate: Fri Oct 30 16:01:42 2020 +0100
gnu: r-gviz: Update to 1.34.0.
* gnu/packages/bioinformatics.scm (r-gviz): Update to 1.34.0.
---
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 d3654ba..cca07fb 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10584,14 +10584,14 @@ family of feature/genome hypotheses.")
(define-public r-gviz
(package
(name "r-gviz")
- (version "1.32.0")
+ (version "1.34.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Gviz" version))
(sha256
(base32
- "0cgkp0ciyy2qykqgh3vzp5mx9b4vsvacjh2jnsj3wldiapzlz08a"))))
+ "0v7bz46b91dnrr55ah42ljj1i2xs3090s4w0lw8098pag00p4vh2"))))
(properties `((upstream-name . "Gviz")))
(build-system r-build-system)
(propagated-inputs