gnu: r-flowai: Update to 1.32.0.
* gnu/packages/bioconductor.scm (r-flowai): Update to 1.32.0. Change-Id: I7ef9deac6a209985c3fce5f6de1c36828c8dd3d9
This commit is contained in:
parent
d1e907e41e
commit
8c7c2359f5
1 changed files with 2 additions and 2 deletions
|
@ -17086,13 +17086,13 @@ and to both short and long sequence reads.")
|
||||||
(define-public r-flowai
|
(define-public r-flowai
|
||||||
(package
|
(package
|
||||||
(name "r-flowai")
|
(name "r-flowai")
|
||||||
(version "1.30.0")
|
(version "1.32.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "flowAI" version))
|
(uri (bioconductor-uri "flowAI" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ydy98qsiqpw0b6fvmlv09kza94qjcl40ma9pknzgbq21ac4z25g"))))
|
"1bi13f8q7267lai71sl640w9zgd5a1iln5r4ri2dcskkwb2qxzkz"))))
|
||||||
(properties `((upstream-name . "flowAI")))
|
(properties `((upstream-name . "flowAI")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue