gnu: r-zlibbioc: Update to 1.24.0.

* gnu/packages/bioinformatics.scm (r-zlibbioc): Update to 1.24.0.
master
Ricardo Wurmus 2017-11-06 21:30:39 +01:00
parent 1d0263b44e
commit 5c18470008
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7902,13 +7902,13 @@ two-dimensional genome scans.")
(define-public r-zlibbioc
(package
(name "r-zlibbioc")
(version "1.22.0")
(version "1.24.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "zlibbioc" version))
(sha256
(base32
"1kdgwwlh39mgwzj3zq71za4iv40sq625ghnyrndv5wrivrcr2igv"))))
"1zr9hbh55hglfpy15cpxwmddxblhyb0an15953l3rbhmlh2vpy92"))))
(properties
`((upstream-name . "zlibbioc")))
(build-system r-build-system)