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

gnu: r-ideoviz: Update to 1.24.0.

* gnu/packages/bioconductor.scm (r-ideoviz): Update to 1.24.0.
This commit is contained in:
Ricardo Wurmus 2020-06-12 16:39:16 +02:00
parent a3b55161c7
commit 725eea00da
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -745,13 +745,13 @@ annotations.")
(define-public r-ideoviz
(package
(name "r-ideoviz")
(version "1.22.0")
(version "1.24.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "IdeoViz" version))
(sha256
(base32
"0rsz6dawrx5qdrypxs2hgihmx3kbpdg1y73h876yxccgdlabvzil"))))
"1ndj14qhpgidjb4qsga80ghqzz1x8kvy2gy1bvvgwlkfxa62rn50"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biobase" ,r-biobase)