gnu: r-zlibbioc: Update to 1.18.0.

* gnu/packages/bioinformatics.scm (r-zlibbioc): Update to 1.18.0.
This commit is contained in:
Ricardo Wurmus 2016-05-10 12:04:39 +02:00 committed by Ricardo Wurmus
parent a0fe3aeecf
commit 96101b6718
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5054,13 +5054,13 @@ (define-public r-qtl
(define-public r-zlibbioc
(package
(name "r-zlibbioc")
(version "1.16.0")
(version "1.18.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "zlibbioc" version))
(sha256
(base32
"01wc26ndg4jsn1wyrl6zzq636gxaip5fci0xapym4lh9wryc4wnw"))))
"0m8l7zpx1l3qsk73k3ibkxxzzff938x3qhnwki1ymf3cnsg8cb36"))))
(properties
`((upstream-name . "zlibbioc")))
(build-system r-build-system)