mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 16:38:12 -05:00
gnu: r-opencyto: Update to 2.4.0.
* gnu/packages/bioconductor.scm (r-opencyto): Update to 2.4.0.
This commit is contained in:
parent
6489371b80
commit
53c041713a
1 changed files with 2 additions and 2 deletions
|
@ -9677,14 +9677,14 @@ (define-public r-flowstats
|
||||||
(define-public r-opencyto
|
(define-public r-opencyto
|
||||||
(package
|
(package
|
||||||
(name "r-opencyto")
|
(name "r-opencyto")
|
||||||
(version "2.2.0")
|
(version "2.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "openCyto" version))
|
(uri (bioconductor-uri "openCyto" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02dymy5fa0wjd4pql3jdv1d65mak7ra4il96va7c0km8s87rn40v"))))
|
"1par1d5pk1rjg15q7i5z5wqma7xg6fycb826a823wk8wr52a885x"))))
|
||||||
(properties `((upstream-name . "openCyto")))
|
(properties `((upstream-name . "openCyto")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue