1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-23 17:45:53 +02:00

gnu: r-anvil: Update to 1.22.5.

* gnu/packages/bioconductor.scm (r-anvil): Update to 1.22.5.

Change-Id: I26c35de22804a20ca4155777305004f3b06120c2
This commit is contained in:
Ricardo Wurmus
2026-02-10 15:26:10 +01:00
committed by Andreas Enge
parent 446a5a0bc5
commit ed5af8efe4
+2 -2
View File
@@ -4639,13 +4639,13 @@ for use in Bioconductors AnnotationHub.")
(define-public r-anvil
(package
(name "r-anvil")
(version "1.22.3")
(version "1.22.5")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "AnVIL" version))
(sha256
(base32
"0na8m3d2svrcblz8xzwb560sar39anx1bp0i787rw9sk23f2kwrc"))))
"07fsyifchcwic2vax6bgz401is7c24y88pjambs5k9r4rfy0snh6"))))
(properties `((upstream-name . "AnVIL")))
(build-system r-build-system)
;; Tests require Internet access.