gnu: r-zlibbioc: Update to 1.22.0.

* gnu/packages/bioinformatics.scm (r-zlibbioc): Update to 1.22.0.
master
Roel Janssen 2017-04-28 10:46:38 +02:00
parent a7b90ea990
commit 8444f6067a
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 2 additions and 2 deletions

View File

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