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
|
||||
(package
|
||||
(name "r-cytoml")
|
||||
(version "2.18.1")
|
||||
(version "2.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "CytoML" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05kla1q8296jxxvbgg9chdlcm20i9iqgzwgqdn4by4y3ap8zg318"))))
|
||||
"0xrwpxn7zbcvj6ng56wp8vw74jr50nz6qab0z8fb0hlzfa0dnpdw"))))
|
||||
(properties
|
||||
`((upstream-name . "CytoML")
|
||||
(updater-extra-native-inputs . ("r-flowworkspacedata"))
|
||||
(updater-ignored-native-inputs . ("r-old" "r-table"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(list libxml2))
|
||||
(list libxml2 zlib))
|
||||
(propagated-inputs
|
||||
(list r-bh
|
||||
r-biobase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue