me
/
guix
Archived
1
0
Fork 0

gnu: r-scran: Update to 1.18.5.

* gnu/packages/bioconductor.scm (r-scran): Update to 1.18.5.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -8979,14 +8979,14 @@ quality control.")
(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)