me
/
guix
Archived
1
0
Fork 0

gnu: r-scran: Update to 1.18.7.

* gnu/packages/bioconductor.scm (r-scran): Update to 1.18.7.
master
Ricardo Wurmus 2021-05-04 09:04:01 +02:00
parent 3c59d34107
commit 2191a414ea
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10329,14 +10329,14 @@ quality control.")
(define-public r-scran
(package
(name "r-scran")
(version "1.18.5")
(version "1.18.7")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "scran" version))
(sha256
(base32
"0mk4bs7pkzbaiaaap75nzsrlwr883h45xnbpn94fy91i8d9w1xy1"))))
"0hsr58b7xj2cqdkyjdpzyifg5wrl1lbylq2h91zbjh5861qjv2n4"))))
(build-system r-build-system)
(propagated-inputs
`(("r-beachmat" ,r-beachmat)