1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-13 00:14:07 +02:00

gnu: r-biocfilecache: Update to 3.0.0.

* gnu/packages/bioconductor.scm (r-biocfilecache): Update to 3.0.0.
[propagated-inputs]: Remove r-httr; add r-httr2.

Change-Id: Icad0d8e7373643ca319c7081489a11f1470ca0fd
This commit is contained in:
Ricardo Wurmus
2025-11-25 13:50:13 +01:00
parent f950b9dbef
commit 2381c8aecb
+3 -3
View File
@@ -21215,14 +21215,14 @@ Infinium HumanMethylation 450k assay.")
(define-public r-biocfilecache
(package
(name "r-biocfilecache")
(version "2.16.0")
(version "3.0.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BiocFileCache" version))
(sha256
(base32
"182liy633q2aln2578saxhr83f5c64v3140g89yzblbyh4hnvql4"))))
"0gcrvmbqbic7jwk3cnd004d57mazd4ynp2p72l24b7dnrl10ggqm"))))
(properties `((upstream-name . "BiocFileCache")))
(build-system r-build-system)
;; Tests require internet access.
@@ -21233,7 +21233,7 @@ Infinium HumanMethylation 450k assay.")
r-dbplyr
r-dplyr
r-filelock
r-httr
r-httr2
r-rsqlite))
(native-inputs
(list r-knitr r-testthat))