mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: r-flowmeans: Update to 1.60.0.
* gnu/packages/bioconductor.scm (r-flowmeans): Update to 1.60.0.
This commit is contained in:
parent
0b653ec7f9
commit
e346747a7b
1 changed files with 2 additions and 2 deletions
|
@ -15191,14 +15191,14 @@ (define-public r-flowcore
|
||||||
(define-public r-flowmeans
|
(define-public r-flowmeans
|
||||||
(package
|
(package
|
||||||
(name "r-flowmeans")
|
(name "r-flowmeans")
|
||||||
(version "1.58.0")
|
(version "1.60.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "flowMeans" version))
|
(uri (bioconductor-uri "flowMeans" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hmr2i5svg1wvdgqhnp25k1c21p2pdd0ia9py5kp9sm5qvc9vngw"))))
|
"18lp1pickpd68fl7a4nidyvyh4yf53gbgn2f2yxaxfp2mk3mj88w"))))
|
||||||
(properties `((upstream-name . "flowMeans")))
|
(properties `((upstream-name . "flowMeans")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue