me
/
guix
Archived
1
0
Fork 0

gnu: r-gviz: Update to 1.36.0.

* gnu/packages/bioconductor.scm (r-gviz): Update to 1.36.0.
master
Ricardo Wurmus 2021-06-05 08:50:15 +02:00
parent 46b7d19dcc
commit bdfa1178b9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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