mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-ncdfflow: Update to 2.52.1.
* gnu/packages/bioconductor.scm (r-ncdfflow): Update to 2.52.1. [propagated-inputs]: Remove r-zlibbioc. [native-inputs]: Add r-devtools. Change-Id: I1d73662e335bb516574a65155c6d96eb7fe2d9a2
This commit is contained in:
parent
f1106337ec
commit
a3427458e3
1 changed files with 4 additions and 5 deletions
|
@ -21189,14 +21189,14 @@ change point detection.")
|
|||
(define-public r-ncdfflow
|
||||
(package
|
||||
(name "r-ncdfflow")
|
||||
(version "2.52.0")
|
||||
(version "2.52.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ncdfFlow" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16djrka94dhj041sd52ni9r5283fpnj5h5ljzzjqfik10fc9k5z5"))))
|
||||
"1sqpifafyrnxln062pn3cvwxkmmxf9xzx5zsjb8i4bhxgkhrh7vh"))))
|
||||
(properties
|
||||
`((upstream-name . "ncdfFlow")
|
||||
;; Avoid dependency cycle.
|
||||
|
@ -21216,10 +21216,9 @@ change point detection.")
|
|||
r-biocgenerics
|
||||
r-cpp11
|
||||
r-flowcore
|
||||
r-rhdf5lib
|
||||
r-zlibbioc))
|
||||
r-rhdf5lib))
|
||||
(native-inputs
|
||||
(list r-knitr r-testthat))
|
||||
(list r-devtools r-knitr r-testthat))
|
||||
(home-page "https://bioconductor.org/packages/ncdfFlow/")
|
||||
(synopsis "HDF5 based storage for flow cytometry data")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue