gnu: r-aucell: Update to 1.6.0.
* gnu/packages/bioconductor.scm (r-aucell): Update to 1.6.0.
This commit is contained in:
parent
9da2021f49
commit
b68a9e80f4
|
@ -3619,14 +3619,14 @@ investigation using RNA-seq data.")
|
||||||
(define-public r-aucell
|
(define-public r-aucell
|
||||||
(package
|
(package
|
||||||
(name "r-aucell")
|
(name "r-aucell")
|
||||||
(version "1.4.1")
|
(version "1.6.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
|
||||||
"1kdrs0521cyb8wlc4i3idfprrcy2f9w6kl56hfa94n0brmx62ya9"))))
|
"025q1as9pifbxa7hidlz634q6d7l73zx8mqy4rjbfrk7d5615xvm"))))
|
||||||
(properties `((upstream-name . "AUCell")))
|
(properties `((upstream-name . "AUCell")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in New Issue