mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-ncdfflow: Update to 2.46.0.
* gnu/packages/bioconductor.scm (r-ncdfflow): Update to 2.46.0. [propagated-inputs]: Remove r-rcpp and r-rcpparmadillo; add r-cpp11.
This commit is contained in:
parent
e346747a7b
commit
557cbfd68c
1 changed files with 3 additions and 4 deletions
|
@ -15214,23 +15214,22 @@ (define-public r-flowmeans
|
|||
(define-public r-ncdfflow
|
||||
(package
|
||||
(name "r-ncdfflow")
|
||||
(version "2.44.0")
|
||||
(version "2.46.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ncdfFlow" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ak1rrd0r899nz4zdg9v3pkvlp94sbcc3q6xl249krgbx0a3sizm"))))
|
||||
"0nrj4g02kx763wb70fzvhidmzp82gr1g3fp1aa1bv34cj4lnp47q"))))
|
||||
(properties `((upstream-name . "ncdfFlow")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-bh
|
||||
r-biobase
|
||||
r-biocgenerics
|
||||
r-cpp11
|
||||
r-flowcore
|
||||
r-rcpp
|
||||
r-rcpparmadillo
|
||||
r-rhdf5lib
|
||||
r-zlibbioc))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue