me
/
guix
Archived
1
0
Fork 0

gnu: r-gviz: Update to 1.30.0.

* gnu/packages/bioinformatics.scm (r-gviz): Update to 1.30.0.
master
Ricardo Wurmus 2019-12-15 15:04:06 +01:00
parent 2e13f10e89
commit d57b6b4bae
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10306,14 +10306,14 @@ family of feature/genome hypotheses.")
(define-public r-gviz
(package
(name "r-gviz")
(version "1.28.3")
(version "1.30.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Gviz" version))
(sha256
(base32
"0347r1ly0vzpilflzbyzsjdf4cday294lw3fxzx61clblrmws1ki"))))
"1p7n4yc77272rd8ybsim3rcg6kf6wmc95pwwav40b754imxn263z"))))
(properties `((upstream-name . "Gviz")))
(build-system r-build-system)
(propagated-inputs