gnu: r-scran: Update to 1.6.9.

* gnu/packages/bioinformatics.scm (r-scran): Update to 1.6.9.
This commit is contained in:
Ricardo Wurmus 2018-04-21 08:36:15 +02:00
parent 80323c3c13
commit aeca5f0c5b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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