gnu: r-aucell: Update to 1.18.1.
* gnu/packages/bioconductor.scm (r-aucell): Update to 1.18.1. [propagated-inputs]: Remove r-s4vectors; add r-delayedarray and r-delayedmatrixstats.master
parent
00eda6acec
commit
5bd8b53432
|
@ -9448,23 +9448,24 @@ investigation using RNA-seq data.")
|
||||||
(define-public r-aucell
|
(define-public r-aucell
|
||||||
(package
|
(package
|
||||||
(name "r-aucell")
|
(name "r-aucell")
|
||||||
(version "1.16.0")
|
(version "1.18.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "AUCell" version))
|
(uri (bioconductor-uri "AUCell" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lclf8hkhrm6g5fp8yhvjxnwgf8p0j9ffxsmcybz4rjvmwkiz5dp"))))
|
"17wr7dycll0l1gax4w268qw7is163bs51rj6p1qnx1dgc9ibnsgr"))))
|
||||||
(properties `((upstream-name . "AUCell")))
|
(properties `((upstream-name . "AUCell")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biocgenerics
|
(list r-biocgenerics
|
||||||
r-data-table
|
r-data-table
|
||||||
|
r-delayedarray
|
||||||
|
r-delayedmatrixstats
|
||||||
r-gseabase
|
r-gseabase
|
||||||
r-mixtools
|
r-mixtools
|
||||||
r-r-utils
|
r-r-utils
|
||||||
r-s4vectors
|
|
||||||
r-shiny
|
r-shiny
|
||||||
r-summarizedexperiment))
|
r-summarizedexperiment))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in New Issue