gnu: r-biocio: Update to 1.6.0.
* gnu/packages/bioconductor.scm (r-biocio): Update to 1.6.0.
This commit is contained in:
parent
d34a40c4c0
commit
f185bf805c
1 changed files with 2 additions and 2 deletions
|
@ -14392,14 +14392,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.4.0")
|
(version "1.6.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
|
||||||
"1qg6v961sbj7qwyjx4z720f6h0kq693p7gc8q99my7gqkbbcxrfr"))))
|
"16j826w4zrmbgpmq6nyglcrjailsfv48ih1rz1qn383g7v503ydp"))))
|
||||||
(properties `((upstream-name . "BiocIO")))
|
(properties `((upstream-name . "BiocIO")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue