gnu: r-zlibbioc: Update to 1.48.2.
* gnu/packages/bioconductor.scm (r-zlibbioc): Update to 1.48.2. [native-inputs]: Add r-knitr. Change-Id: Iee1c599473d30532660eb3770cf471ff979530ddmaster
parent
b11f7c18bd
commit
48e458e662
|
@ -12262,16 +12262,17 @@ describing each of the graphs.")
|
||||||
(define-public r-zlibbioc
|
(define-public r-zlibbioc
|
||||||
(package
|
(package
|
||||||
(name "r-zlibbioc")
|
(name "r-zlibbioc")
|
||||||
(version "1.48.0")
|
(version "1.48.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "zlibbioc" version))
|
(uri (bioconductor-uri "zlibbioc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"043xwgw3yclxnxlfl7fdwf7qf7fajzvqdv34qxnngxj9wpgha3gv"))))
|
"078v1iywzc0ng27r0wjchvkh4znzydq1swlalqb95xkmn72vrq8d"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "zlibbioc")))
|
`((upstream-name . "zlibbioc")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://bioconductor.org/packages/zlibbioc")
|
(home-page "https://bioconductor.org/packages/zlibbioc")
|
||||||
(synopsis "Provider for zlib-1.2.5 to R packages")
|
(synopsis "Provider for zlib-1.2.5 to R packages")
|
||||||
(description "This package uses the source code of zlib-1.2.5 to create
|
(description "This package uses the source code of zlib-1.2.5 to create
|
||||||
|
|
Reference in New Issue