me
/
guix
Archived
1
0
Fork 0

gnu: r-gviz: Update to 1.22.2.

* gnu/packages/bioinformatics.scm (r-gviz): Update to 1.22.2.
master
Ricardo Wurmus 2017-12-19 20:07:22 +01:00
parent 2ccd850192
commit 11e42209a8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10222,14 +10222,14 @@ family of feature/genome hypotheses.")
(define-public r-gviz
(package
(name "r-gviz")
(version "1.22.0")
(version "1.22.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Gviz" version))
(sha256
(base32
"1lrw65a8426wpxw975wjcaiacpp6fqa00nif1yxigyankbfs23c8"))))
"173n99mc95sij2vb8n3xd016x7mxhjs961q3l29xkg1lrnnm2sva"))))
(properties `((upstream-name . "Gviz")))
(build-system r-build-system)
(propagated-inputs