3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-gviz: Update to 1.38.0.

* gnu/packages/bioconductor.scm (r-gviz): Update to 1.38.0.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:04:45 +00:00
parent 6d193b3288
commit 38a7f29374
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13492,14 +13492,14 @@ family of feature/genome hypotheses.")
(define-public r-gviz
(package
(name "r-gviz")
(version "1.36.2")
(version "1.38.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Gviz" version))
(sha256
(base32
"0lp0k8jd4dfsfn10706124graaqnzcyv1siblvm8dn2ykw2rc6vl"))))
"0nqa7m300d7gpsayb6c6rv64d3y8c390wvwgz7v29zs9c025s9a8"))))
(properties `((upstream-name . "Gviz")))
(build-system r-build-system)
(propagated-inputs