mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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: I258ef1c0dbe0b3039cccc52b45bcd279e13448eb
This commit is contained in:
parent
78668dc53f
commit
5b0edd7546
1 changed files with 2 additions and 3 deletions
|
@ -17194,14 +17194,14 @@ (define-public r-allelicimbalance
|
|||
(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 @@ (define-public r-aucell
|
|||
r-matrix
|
||||
r-mixtools
|
||||
r-r-utils
|
||||
r-shiny
|
||||
r-summarizedexperiment))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue