mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 18:49:14 -05:00
gnu: r-ncdfflow: Update to 2.40.0.
* gnu/packages/bioconductor.scm (r-ncdfflow): Update to 2.40.0.
This commit is contained in:
parent
9e01b4118e
commit
224eccca7a
1 changed files with 2 additions and 2 deletions
|
@ -9714,14 +9714,14 @@ (define-public r-flowmeans
|
|||
(define-public r-ncdfflow
|
||||
(package
|
||||
(name "r-ncdfflow")
|
||||
(version "2.38.0")
|
||||
(version "2.40.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ncdfFlow" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lm88qnfv6rnnr7wmgbvwyj272imjjjn7h3agxqqzsbmn8vyrnf0"))))
|
||||
"1c6wb2x24ydqp5nxrx6bhj6f13x9djfy9awkc7zn63xkag7mvvar"))))
|
||||
(properties `((upstream-name . "ncdfFlow")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue