mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-flowstats: Update to 4.12.0.
* gnu/packages/bioconductor.scm (r-flowstats): Update to 4.12.0.
This commit is contained in:
parent
c31ae38d58
commit
fadfa9cc60
1 changed files with 2 additions and 2 deletions
|
@ -15422,14 +15422,14 @@ (define-public r-flowworkspace
|
||||||
(define-public r-flowstats
|
(define-public r-flowstats
|
||||||
(package
|
(package
|
||||||
(name "r-flowstats")
|
(name "r-flowstats")
|
||||||
(version "4.10.0")
|
(version "4.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "flowStats" version))
|
(uri (bioconductor-uri "flowStats" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10xq0rfnshvam2yh34566ywmsby44aa1fg8wqwmllm202rhcgl2p"))))
|
"13mdpdndalm0d6azjancw0xcbdc674ivkj8kp6ccfpdd7gydhr4j"))))
|
||||||
(properties `((upstream-name . "flowStats")))
|
(properties `((upstream-name . "flowStats")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue