gnu: r-zlibbioc: Update to 1.40.0.
* gnu/packages/bioconductor.scm (r-zlibbioc): Update to 1.40.0.master
parent
469cf86fa2
commit
c3a3c417c0
|
@ -4652,13 +4652,13 @@ and specific in detecting differential transcription.")
|
||||||
(define-public r-zlibbioc
|
(define-public r-zlibbioc
|
||||||
(package
|
(package
|
||||||
(name "r-zlibbioc")
|
(name "r-zlibbioc")
|
||||||
(version "1.38.0")
|
(version "1.40.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
|
||||||
"1dv5bf12kzk1yzyfs3g5syim16sbi44kalvzj2i2xcnxnl6x60ip"))))
|
"0a0dl7z58zxdj6938zbxixphgljj1giylk1nd05bb7qsccmp0xhj"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "zlibbioc")))
|
`((upstream-name . "zlibbioc")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in New Issue