me
/
guix
Archived
1
0
Fork 0

gnu: r-gviz: Update to 1.42.1.

* gnu/packages/bioconductor.scm (r-gviz): Update to 1.42.1.
Simon Tournier 2023-02-20 19:54:10 +01:00 committed by Ricardo Wurmus
parent 63760dab9c
commit 8fcae955db
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -18039,14 +18039,14 @@ family of feature/genome hypotheses.")
(define-public r-gviz
(package
(name "r-gviz")
(version "1.42.0")
(version "1.42.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Gviz" version))
(sha256
(base32
"09j94kk3dd3bbfw6a2l14i7vd4rh11g9lxhw4zsm15vg71cm1lv9"))))
"01qs60sdh7c8cxkv3qbfcfwpjhab88j872va50fi95xsqnmj5isa"))))
(properties `((upstream-name . "Gviz")))
(build-system r-build-system)
(propagated-inputs