mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-ggcyto: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-ggcyto): Update to 1.26.0.
This commit is contained in:
parent
a87bcca9f2
commit
ffe3bfa1ba
1 changed files with 2 additions and 2 deletions
|
@ -12854,14 +12854,14 @@ manipulation of flow cytometry data.")
|
||||||
(define-public r-ggcyto
|
(define-public r-ggcyto
|
||||||
(package
|
(package
|
||||||
(name "r-ggcyto")
|
(name "r-ggcyto")
|
||||||
(version "1.24.1")
|
(version "1.26.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ggcyto" version))
|
(uri (bioconductor-uri "ggcyto" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cw60x78vqzjmgb5xd3sxyz6zwdaffp3byk34z8d4b3wkh530325"))))
|
"0phhm54wcqihj62a0jk46whmf6wwg7wj3306wvnszy7yik4z857w"))))
|
||||||
(properties `((upstream-name . "ggcyto")))
|
(properties `((upstream-name . "ggcyto")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue