gnu: r-aucell: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-aucell): Update to 1.26.0. [propagated-inputs]: Remove r-shiny. Change-Id: I258ef1c0dbe0b3039cccc52b45bcd279e13448ebmaster
parent
78668dc53f
commit
5b0edd7546
|
@ -17194,14 +17194,14 @@ investigation using RNA-seq data.")
|
|||
(define-public r-aucell
|
||||
(package
|
||||
(name "r-aucell")
|
||||
(version "1.24.0")
|
||||
(version "1.26.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AUCell" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1d1icbq8i7mwsc7lv9pn4r0vs7azx1lwng5p3ghnray1ygqclbi0"))))
|
||||
"009ha82393giapvmfw2mi8pmi88f61mr69qj64y5vphcr1smvcl0"))))
|
||||
(properties `((upstream-name . "AUCell")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -17213,7 +17213,6 @@ investigation using RNA-seq data.")
|
|||
r-matrix
|
||||
r-mixtools
|
||||
r-r-utils
|
||||
r-shiny
|
||||
r-summarizedexperiment))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Reference in New Issue