gnu: r-flowutils: Update to 1.52.0.
* gnu/packages/bioconductor.scm (r-flowutils): Update to 1.52.0.master
parent
5d63f69be9
commit
6954950f4a
|
@ -5807,14 +5807,14 @@ and to both short and long sequence reads.")
|
||||||
(define-public r-flowutils
|
(define-public r-flowutils
|
||||||
(package
|
(package
|
||||||
(name "r-flowutils")
|
(name "r-flowutils")
|
||||||
(version "1.50.0")
|
(version "1.52.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "flowUtils" version))
|
(uri (bioconductor-uri "flowUtils" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xcs19j9p3izvksyy5wzsbicwby0dsa9g2w7gjzwynzgj5dpfr81"))))
|
"03jj4zyffm9kwzrg4vbsk6clc2v2m95wgalgqwzi31n9a2zyaza4"))))
|
||||||
(properties `((upstream-name . "flowUtils")))
|
(properties `((upstream-name . "flowUtils")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue