gnu: r-ideoviz: Update to 1.32.0.
* gnu/packages/bioconductor.scm (r-ideoviz): Update to 1.32.0.master
parent
051b7e63f2
commit
48c3389314
|
@ -2375,13 +2375,13 @@ and evaluate clustering results.")
|
||||||
(define-public r-ideoviz
|
(define-public r-ideoviz
|
||||||
(package
|
(package
|
||||||
(name "r-ideoviz")
|
(name "r-ideoviz")
|
||||||
(version "1.30.0")
|
(version "1.32.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "IdeoViz" version))
|
(uri (bioconductor-uri "IdeoViz" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cclk2pcb2mvsfxhw0zq3qlnfkblb1gqxnn7xypmlf0bm6hcvl4g"))))
|
"1wwh3ifdijhpm58lw7cmnx084xwfxnc7i0206w8rhrjnvnq6ljh3"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biobase
|
(list r-biobase
|
||||||
|
|
Reference in New Issue