me
/
guix
Archived
1
0
Fork 0

gnu: r-biocio: Update to 1.4.0.

* gnu/packages/bioconductor.scm (r-biocio): Update to 1.4.0.
master
Ricardo Wurmus 2021-11-04 22:04:44 +00:00
parent ffcb3606d0
commit 2de21518f1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13134,14 +13134,14 @@ the respective packages (such as e.g. @code{xcms}).")
(define-public r-biocio
(package
(name "r-biocio")
(version "1.2.0")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BiocIO" version))
(sha256
(base32
"0skwnpxl6fkqihidpqrfzzh7b05x11j6jwkiinmhggmv0ggjb5ph"))))
"1qg6v961sbj7qwyjx4z720f6h0kq693p7gc8q99my7gqkbbcxrfr"))))
(properties `((upstream-name . "BiocIO")))
(build-system r-build-system)
(propagated-inputs