gnu: r-flowstats: Update to 4.0.0.
* gnu/packages/bioconductor.scm (r-flowstats): Update to 4.0.0.master
parent
a9af09df17
commit
372caae6a9
|
@ -6168,14 +6168,14 @@ matches the flowJo analysis.")
|
||||||
(define-public r-flowstats
|
(define-public r-flowstats
|
||||||
(package
|
(package
|
||||||
(name "r-flowstats")
|
(name "r-flowstats")
|
||||||
(version "3.44.0")
|
(version "4.0.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
|
||||||
"0pql0lpf90nra7w6z6nd8l9cgjlsg2pxysfravnbzfhl3pjvd96w"))))
|
"1ygvxvd7y6jp907y0h3hycdwvw1fch16w84g06nk4f4g4kvrzdir"))))
|
||||||
(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