gnu: r-zlibbioc: Update to 1.34.0.

* gnu/packages/bioinformatics.scm (r-zlibbioc): Update to 1.34.0.
This commit is contained in:
Ricardo Wurmus 2020-06-12 16:17:46 +02:00
parent 239ca0f3bd
commit 52ce0d299d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8588,13 +8588,13 @@ (define-public r-qtl2
(define-public r-zlibbioc
(package
(name "r-zlibbioc")
(version "1.32.0")
(version "1.34.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "zlibbioc" version))
(sha256
(base32
"1xh7qan0w62mzsmanbx9vcj6ygdfhzw1abaxijkq7f4nh5w87idj"))))
"0j1l052jb2cwc1nifxzwknc9csagf4f2d092zs0i95dz0rma89l0"))))
(properties
`((upstream-name . "zlibbioc")))
(build-system r-build-system)