gnu: r-aucell: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-aucell): Update to 1.22.0.
This commit is contained in:
parent
bade0db654
commit
ba31e05d75
1 changed files with 2 additions and 2 deletions
|
@ -13698,14 +13698,14 @@ investigation using RNA-seq data.")
|
||||||
(define-public r-aucell
|
(define-public r-aucell
|
||||||
(package
|
(package
|
||||||
(name "r-aucell")
|
(name "r-aucell")
|
||||||
(version "1.20.2")
|
(version "1.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "AUCell" version))
|
(uri (bioconductor-uri "AUCell" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qb13qd5xzgrpx6jlg3ll0ff5spz3y06ji31vvqzm759almg2w3s"))))
|
"1zqjmg8nxxj30lxppl685ihynbz44vw7qm3kwjq6cp83c5556hz9"))))
|
||||||
(properties `((upstream-name . "AUCell")))
|
(properties `((upstream-name . "AUCell")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue