mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-aucell: Update to 1.20.2.
* gnu/packages/bioconductor.scm (r-aucell): Update to 1.20.2. [propagated-inputs]: Add r-matrix.
This commit is contained in:
parent
da24c1c949
commit
7f45db2df8
1 changed files with 3 additions and 2 deletions
|
@ -11988,14 +11988,14 @@ (define-public r-allelicimbalance
|
|||
(define-public r-aucell
|
||||
(package
|
||||
(name "r-aucell")
|
||||
(version "1.20.1")
|
||||
(version "1.20.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AUCell" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0bq729kavqkam2s4dmfzixgznsys61j0lvj5pk3b70gxv44gmpsh"))))
|
||||
"1qb13qd5xzgrpx6jlg3ll0ff5spz3y06ji31vvqzm759almg2w3s"))))
|
||||
(properties `((upstream-name . "AUCell")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -12004,6 +12004,7 @@ (define-public r-aucell
|
|||
r-delayedarray
|
||||
r-delayedmatrixstats
|
||||
r-gseabase
|
||||
r-matrix
|
||||
r-mixtools
|
||||
r-r-utils
|
||||
r-shiny
|
||||
|
|
Loading…
Reference in a new issue