me
/
guix
Archived
1
0
Fork 0

gnu: r-gviz: Update to 1.34.1.

* gnu/packages/bioconductor.scm (r-gviz): Update to 1.34.1.
master
Ricardo Wurmus 2021-04-08 13:28:00 +02:00
parent 14a4c30828
commit e0147aa46f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10803,14 +10803,14 @@ family of feature/genome hypotheses.")
(define-public r-gviz
(package
(name "r-gviz")
(version "1.34.0")
(version "1.34.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Gviz" version))
(sha256
(base32
"0v7bz46b91dnrr55ah42ljj1i2xs3090s4w0lw8098pag00p4vh2"))))
"0bmlfz9ri1gkwyl605a2hqi5b8jdpvynrxwghwmrsd657ip6c7n1"))))
(properties `((upstream-name . "Gviz")))
(build-system r-build-system)
(propagated-inputs