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

gnu: r-annotationhub: Update to 4.2.0.

* gnu/packages/bioconductor.scm (r-annotationhub): Update to 4.2.0.

Change-Id: I9a2283b9982f3ad77ff2e734b7a433de8bb10358
This commit is contained in:
Ricardo Wurmus
2026-05-01 22:14:27 +02:00
parent 7b23610da3
commit 1b42bf2804
+2 -2
View File
@@ -8533,14 +8533,14 @@ databases. Packages produced are intended to be used with AnnotationDbi.")
(define-public r-annotationhub
(package
(name "r-annotationhub")
(version "4.0.0")
(version "4.2.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "AnnotationHub" version))
(sha256
(base32
"1im0k4ajrpvmvlyi0v76x93mzwq77nq9mx1rwq3x7xfr5hz6r21f"))))
"0ra9cya4kln8fhsff0qbpp8fjx8i68ka9xrm2vjv2nw2yw8klzk4"))))
(properties
'((upstream-name . "AnnotationHub")
;; Avoid dependency cycles.