gnu: r-biocio: Update to 1.4.0.
* gnu/packages/bioconductor.scm (r-biocio): Update to 1.4.0.master
parent
ffcb3606d0
commit
2de21518f1
|
@ -13134,14 +13134,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.2.0")
|
(version "1.4.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
|
||||||
"0skwnpxl6fkqihidpqrfzzh7b05x11j6jwkiinmhggmv0ggjb5ph"))))
|
"1qg6v961sbj7qwyjx4z720f6h0kq693p7gc8q99my7gqkbbcxrfr"))))
|
||||||
(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