me
/
guix
Archived
1
0
Fork 0

gnu: r-gviz: Update to 1.26.4.

* gnu/packages/bioinformatics.scm (r-gviz): Update to 1.26.4.
master
Ricardo Wurmus 2019-01-12 23:05:23 +01:00
parent c80595935d
commit 19cacb5a2d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10663,14 +10663,14 @@ family of feature/genome hypotheses.")
(define-public r-gviz
(package
(name "r-gviz")
(version "1.26.0")
(version "1.26.4")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Gviz" version))
(sha256
(base32
"05zk9hf30afg6rjg97lzn5v8xij90v8zm09y9vcz0asmc3c8xs0a"))))
"0jvcivgw0ahv2rjadxmrww76xambhf7silczmh38nn4yn4qw6w9y"))))
(properties `((upstream-name . "Gviz")))
(build-system r-build-system)
(propagated-inputs