gnu: r-ideoviz: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-ideoviz): Update to 1.24.0.master
parent
a3b55161c7
commit
725eea00da
|
@ -745,13 +745,13 @@ annotations.")
|
||||||
(define-public r-ideoviz
|
(define-public r-ideoviz
|
||||||
(package
|
(package
|
||||||
(name "r-ideoviz")
|
(name "r-ideoviz")
|
||||||
(version "1.22.0")
|
(version "1.24.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
|
||||||
"0rsz6dawrx5qdrypxs2hgihmx3kbpdg1y73h876yxccgdlabvzil"))))
|
"1ndj14qhpgidjb4qsga80ghqzz1x8kvy2gy1bvvgwlkfxa62rn50"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biobase" ,r-biobase)
|
`(("r-biobase" ,r-biobase)
|
||||||
|
|
Reference in New Issue