1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: r-biocio: Update to 1.18.0.

* gnu/packages/bioconductor.scm (r-biocio): Update to 1.18.0.

Change-Id: I41bf42bf62c55b2f4d655a355b0de8ab0687d2b6
This commit is contained in:
Ricardo Wurmus 2025-04-29 22:40:00 +02:00
parent 86ed34d8fa
commit de91f6d773
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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