gnu: r-biocio: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-biocio): Update to 1.12.0. Change-Id: Ie6e5aee0c1a0c122f574d801e3268b460f89be2fmaster
parent
456beea62b
commit
f2ab2bba68
|
@ -21276,14 +21276,14 @@ the respective packages (such as e.g. @code{xcms}).")
|
||||||
(define-public r-biocio
|
(define-public r-biocio
|
||||||
(package
|
(package
|
||||||
(name "r-biocio")
|
(name "r-biocio")
|
||||||
(version "1.10.0")
|
(version "1.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiocIO" version))
|
(uri (bioconductor-uri "BiocIO" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03hslg7k6khchf54gmlbkvwbkfn5ppz0wp7lh75gsnr0licsjkwx"))))
|
"0bn2jknvj2ag1yv67kjqr7gsq771rmqv3my9njjkwcc9nzrxzhbp"))))
|
||||||
(properties `((upstream-name . "BiocIO")))
|
(properties `((upstream-name . "BiocIO")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue