mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-ncdfflow: Update to 2.50.0.
* gnu/packages/bioconductor.scm (r-ncdfflow): Update to 2.50.0. Change-Id: I462cd25ccd4f4e96a21293d7d6bbfab68665b91c
This commit is contained in:
parent
45c2302159
commit
af2f837060
1 changed files with 2 additions and 2 deletions
|
@ -18790,14 +18790,14 @@ change point detection.")
|
||||||
(define-public r-ncdfflow
|
(define-public r-ncdfflow
|
||||||
(package
|
(package
|
||||||
(name "r-ncdfflow")
|
(name "r-ncdfflow")
|
||||||
(version "2.48.0")
|
(version "2.50.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ncdfFlow" version))
|
(uri (bioconductor-uri "ncdfFlow" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0z9vgd8v69iq8gv23iiaxrk77j2aq8y2n5k8x9jmxphbm0cm19a0"))))
|
"1mbq3190nxlzhfb58i7s2f5f9fngda1icnihmyplagh64savlpcn"))))
|
||||||
(properties `((upstream-name . "ncdfFlow")))
|
(properties `((upstream-name . "ncdfFlow")))
|
||||||
(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