me
/
guix
Archived
1
0
Fork 0

gnu: r-gviz: Update to 1.34.0.

* gnu/packages/bioinformatics.scm (r-gviz): Update to 1.34.0.
master
zimoun 2020-10-30 16:01:42 +01:00 committed by Ricardo Wurmus
parent 0a8d08e887
commit 717e53fdc0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10751,14 +10751,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