1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +02:00

gnu: r-ncdfflow: Update to 2.54.0.

* gnu/packages/bioconductor.scm (r-ncdfflow): Update to 2.54.0.

Change-Id: I207867cd494f5664433ff363271e1634ebc7dd17
This commit is contained in:
Ricardo Wurmus 2025-04-29 18:56:46 +02:00
parent dc52c433bc
commit 72e55fcd9e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -21694,14 +21694,14 @@ change point detection.")
(define-public r-ncdfflow (define-public r-ncdfflow
(package (package
(name "r-ncdfflow") (name "r-ncdfflow")
(version "2.52.1") (version "2.54.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
"1sqpifafyrnxln062pn3cvwxkmmxf9xzx5zsjb8i4bhxgkhrh7vh")))) "0b4vriw7msvl0pv7m7wpx3gqg10pfdj6vnclawx2v3zarqbl2ny0"))))
(properties (properties
`((upstream-name . "ncdfFlow") `((upstream-name . "ncdfFlow")
;; Avoid dependency cycle. ;; Avoid dependency cycle.