mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: r-flowcore: Update to 2.6.0.
* gnu/packages/bioconductor.scm (r-flowcore): Update to 2.6.0.
This commit is contained in:
parent
6e07dec942
commit
fe947b3c0e
1 changed files with 2 additions and 2 deletions
|
@ -9656,14 +9656,14 @@ (define-public r-cytolib
|
|||
(define-public r-flowcore
|
||||
(package
|
||||
(name "r-flowcore")
|
||||
(version "2.4.0")
|
||||
(version "2.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "flowCore" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13xpbkxi53rxmhvpdiy6bydmhicmxd2gi96d9c1qx4lkss2f14nc"))))
|
||||
"0zbd2hrdbb6r0np6nd3ab8nlcf9l57vcwnnhbqkbas8y0c2i2mwp"))))
|
||||
(properties `((upstream-name . "flowCore")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue