gnu: r-scran: Update to 1.18.5.
* gnu/packages/bioconductor.scm (r-scran): Update to 1.18.5.
This commit is contained in:
parent
cf3e703820
commit
de4fc49270
1 changed files with 2 additions and 2 deletions
|
@ -8979,14 +8979,14 @@ quality control.")
|
||||||
(define-public r-scran
|
(define-public r-scran
|
||||||
(package
|
(package
|
||||||
(name "r-scran")
|
(name "r-scran")
|
||||||
(version "1.18.1")
|
(version "1.18.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "scran" version))
|
(uri (bioconductor-uri "scran" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zap12rm61z2hg6ykknbif478nr7g468v8mp50bj5hqgi69ywcww"))))
|
"0mk4bs7pkzbaiaaap75nzsrlwr883h45xnbpn94fy91i8d9w1xy1"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-beachmat" ,r-beachmat)
|
`(("r-beachmat" ,r-beachmat)
|
||||||
|
|
Reference in a new issue