mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-cytoml: Update to 2.20.0.
* gnu/packages/bioconductor.scm (r-cytoml): Update to 2.20.0. [inputs]: Add zlib. Change-Id: I8b2bd6c1881e6bfc0c724b1dcaf6d8614f3c30f7
This commit is contained in:
parent
f0381c7f9b
commit
d13721fae6
1 changed files with 3 additions and 3 deletions
|
@ -22030,21 +22030,21 @@ sequential way to mimic the manual gating strategy.")
|
||||||
(define-public r-cytoml
|
(define-public r-cytoml
|
||||||
(package
|
(package
|
||||||
(name "r-cytoml")
|
(name "r-cytoml")
|
||||||
(version "2.18.1")
|
(version "2.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "CytoML" version))
|
(uri (bioconductor-uri "CytoML" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05kla1q8296jxxvbgg9chdlcm20i9iqgzwgqdn4by4y3ap8zg318"))))
|
"0xrwpxn7zbcvj6ng56wp8vw74jr50nz6qab0z8fb0hlzfa0dnpdw"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "CytoML")
|
`((upstream-name . "CytoML")
|
||||||
(updater-extra-native-inputs . ("r-flowworkspacedata"))
|
(updater-extra-native-inputs . ("r-flowworkspacedata"))
|
||||||
(updater-ignored-native-inputs . ("r-old" "r-table"))))
|
(updater-ignored-native-inputs . ("r-old" "r-table"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list libxml2))
|
(list libxml2 zlib))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-bh
|
(list r-bh
|
||||||
r-biobase
|
r-biobase
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue