me
/
guix
Archived
1
0
Fork 0

gnu: r-scran: Update to 1.14.6.

* gnu/packages/bioinformatics.scm (r-scran): Update to 1.14.6.
master
Ricardo Wurmus 2020-02-19 23:00:58 +01:00
parent 9374f550e6
commit f55084b782
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10674,14 +10674,14 @@ quality control.")
(define-public r-scran
(package
(name "r-scran")
(version "1.14.5")
(version "1.14.6")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "scran" version))
(sha256
(base32
"0ydy6gvpgpvrs4ryk1qvmmxp6cpaizs294jwg42jawxndkds1l3y"))))
"1y8wlgk5zbv7c7gcp0ahfpbh9lifab7y3zwf0093fzaw7vr1y6cr"))))
(build-system r-build-system)
(propagated-inputs
`(("r-beachmat" ,r-beachmat)