me
/
guix
Archived
1
0
Fork 0

gnu: r-ncdfflow: Update to 2.36.0.

* gnu/packages/bioconductor.scm (r-ncdfflow): Update to 2.36.0.
master
zimoun 2020-10-30 15:54:01 +01:00 committed by Ricardo Wurmus
parent 2cd78131cc
commit eac1eaaa0f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6062,14 +6062,14 @@ change point detection.")
(define-public r-ncdfflow
(package
(name "r-ncdfflow")
(version "2.34.0")
(version "2.36.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ncdfFlow" version))
(sha256
(base32
"0avxn2abh4fk1gkncrxz7jwzgvd90m3m0ly318q0z38cjhsw3j9f"))))
"1knqc3ic2vpck7n7m7adxjz3ac70ra89d5gvlgp9r2q3kgaciwac"))))
(properties `((upstream-name . "ncdfFlow")))
(build-system r-build-system)
(inputs