gnu: r-scran: Update to 1.6.8.

* gnu/packages/bioinformatics.scm (r-scran): Update to 1.6.8.
This commit is contained in:
Ricardo Wurmus 2018-03-01 21:16:57 +01:00
parent 6a0e13906b
commit 9aaf2813e2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10588,14 +10588,14 @@ quality control.")
(define-public r-scran
(package
(name "r-scran")
(version "1.6.7")
(version "1.6.8")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "scran" version))
(sha256
(base32
"0zfm5i8xrnzb3894xygqd6zkbwaa2x3z74wbxw39fcjhyhxv2hmb"))))
"07wniyrh2fhhkz28v0bfgpvpi1hkkn2cvhacrvvvck142j79944x"))))
(build-system r-build-system)
(propagated-inputs
`(("r-beachmat" ,r-beachmat)