gnu: r-zlibbioc: Update to 1.36.0.
* gnu/packages/bioinformatics.scm (r-zlibbioc): Update to 1.36.0.
This commit is contained in:
parent
329879b70c
commit
b0d85e36f1
1 changed files with 2 additions and 2 deletions
|
@ -8737,13 +8737,13 @@ throughput genetic sequencing data sets using regression methods.")
|
||||||
(define-public r-zlibbioc
|
(define-public r-zlibbioc
|
||||||
(package
|
(package
|
||||||
(name "r-zlibbioc")
|
(name "r-zlibbioc")
|
||||||
(version "1.34.0")
|
(version "1.36.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "zlibbioc" version))
|
(uri (bioconductor-uri "zlibbioc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j1l052jb2cwc1nifxzwknc9csagf4f2d092zs0i95dz0rma89l0"))))
|
"0m36ddss0znvm19dhnxcclxjhgjplw8ajk8v419h20ab8an6khxg"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "zlibbioc")))
|
`((upstream-name . "zlibbioc")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue