me
/
guix
Archived
1
0
Fork 0

gnu: r-biocio: Update to 1.10.0.

* gnu/packages/bioconductor.scm (r-biocio): Update to 1.10.0.
master
Ricardo Wurmus 2023-04-28 19:01:35 +02:00
parent 6459537f90
commit bca0afda01
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -18928,14 +18928,14 @@ the respective packages (such as e.g. @code{xcms}).")
(define-public r-biocio
(package
(name "r-biocio")
(version "1.8.0")
(version "1.10.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BiocIO" version))
(sha256
(base32
"15d4xsn3k32q7lzcyxvs70f0jbh9fgwl3vi7xd6sqpggar12hh9f"))))
"03hslg7k6khchf54gmlbkvwbkfn5ppz0wp7lh75gsnr0licsjkwx"))))
(properties `((upstream-name . "BiocIO")))
(build-system r-build-system)
(propagated-inputs