mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: r-flowcore: Update to 2.8.0.
* gnu/packages/bioconductor.scm (r-flowcore): Update to 2.8.0.
This commit is contained in:
parent
3f7c9b93a2
commit
e5a261cd34
1 changed files with 2 additions and 2 deletions
|
@ -10860,14 +10860,14 @@ (define-public r-cytolib
|
||||||
(define-public r-flowcore
|
(define-public r-flowcore
|
||||||
(package
|
(package
|
||||||
(name "r-flowcore")
|
(name "r-flowcore")
|
||||||
(version "2.6.0")
|
(version "2.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "flowCore" version))
|
(uri (bioconductor-uri "flowCore" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zbd2hrdbb6r0np6nd3ab8nlcf9l57vcwnnhbqkbas8y0c2i2mwp"))))
|
"17nci6rc4i0vs0ibw5q8zy30ap7q4550qpq4ifkbblqbyzxlzkhr"))))
|
||||||
(properties `((upstream-name . "flowCore")))
|
(properties `((upstream-name . "flowCore")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue