me
/
guix
Archived
1
0
Fork 0

gnu: r-ideoviz: Update to 1.30.0.

* gnu/packages/bioconductor.scm (r-ideoviz): Update to 1.30.0.
master
Ricardo Wurmus 2021-11-04 22:03:57 +00:00
parent b0a2fc9253
commit 1acf3f1821
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1621,13 +1621,13 @@ and evaluate clustering results.")
(define-public r-ideoviz
(package
(name "r-ideoviz")
(version "1.28.0")
(version "1.30.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "IdeoViz" version))
(sha256
(base32
"17sx0v5lq2zmg098ps4ksj1h0yla3vlh6s2w1ahqsq0nvm193scm"))))
"0cclk2pcb2mvsfxhw0zq3qlnfkblb1gqxnn7xypmlf0bm6hcvl4g"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biobase" ,r-biobase)