gnu: r-gviz: Update to 1.48.0.
* gnu/packages/bioconductor.scm (r-gviz): Update to 1.48.0. Change-Id: I68a479de59a531aa8ab7b376a69a1766fddeea7d
This commit is contained in:
parent
59a8eb9d88
commit
305ee43427
1 changed files with 2 additions and 2 deletions
|
@ -23124,14 +23124,14 @@ family of feature/genome hypotheses.")
|
||||||
(define-public r-gviz
|
(define-public r-gviz
|
||||||
(package
|
(package
|
||||||
(name "r-gviz")
|
(name "r-gviz")
|
||||||
(version "1.46.1")
|
(version "1.48.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Gviz" version))
|
(uri (bioconductor-uri "Gviz" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0an8hd2g2hp3p1vfsmxq77fm71xlf5g73j4w5mcy28x1aj073zxf"))))
|
"07w37kq6zx99z980if4brwmw25vjgvxd8xj3l1893idbdf70py0p"))))
|
||||||
(properties `((upstream-name . "Gviz")))
|
(properties `((upstream-name . "Gviz")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue