gnu: r-flowstats: Update to 4.16.0.
* gnu/packages/bioconductor.scm (r-flowstats): Update to 4.16.0. Change-Id: I41a6906f6856b3bb7ecdcc9b5376213c80b4b55cmaster
parent
13652b01d2
commit
4544b49e78
|
@ -18998,14 +18998,14 @@ matches the flowJo analysis.")
|
||||||
(define-public r-flowstats
|
(define-public r-flowstats
|
||||||
(package
|
(package
|
||||||
(name "r-flowstats")
|
(name "r-flowstats")
|
||||||
(version "4.14.1")
|
(version "4.16.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "flowStats" version))
|
(uri (bioconductor-uri "flowStats" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q4m6arasq60w0x24qjxbfckfgcpfk428fca733i0q2mgv1mll05"))))
|
"0q8g3sqmbhinfrb63yhv4lsczjz7pqwhwwsdlz2cg7s8yhp0cj6v"))))
|
||||||
(properties `((upstream-name . "flowStats")))
|
(properties `((upstream-name . "flowStats")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue