gnu: r-scran: Update to 1.18.5.

* gnu/packages/bioconductor.scm (r-scran): Update to 1.18.5.
This commit is contained in:
Ricardo Wurmus 2021-02-11 21:31:24 +01:00
parent cf3e703820
commit de4fc49270
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8979,14 +8979,14 @@ (define-public r-scater
(define-public r-scran
(package
(name "r-scran")
(version "1.18.1")
(version "1.18.5")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "scran" version))
(sha256
(base32
"1zap12rm61z2hg6ykknbif478nr7g468v8mp50bj5hqgi69ywcww"))))
"0mk4bs7pkzbaiaaap75nzsrlwr883h45xnbpn94fy91i8d9w1xy1"))))
(build-system r-build-system)
(propagated-inputs
`(("r-beachmat" ,r-beachmat)