gnu: r-annotationforge: Update to 1.46.0.

* gnu/packages/bioconductor.scm (r-annotationforge): Update to 1.46.0.

Change-Id: Ieabb5d5d3f990d961014003d47eb5dd21656ebc2
This commit is contained in:
Ricardo Wurmus 2024-05-07 12:32:51 +02:00
parent 131109f910
commit 5c889fbcfd
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6853,14 +6853,14 @@ (define-public r-annotationfilter
(define-public r-annotationforge
(package
(name "r-annotationforge")
(version "1.44.0")
(version "1.46.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "AnnotationForge" version))
(sha256
(base32
"0dbbg0wvk1ndv20d5j80waaz0z1bsp7y2k2m17jly4ax2hc5frc9"))))
"1ikri9hb1s0jzw1wyfpwsl02hg8dw2xs703sp085sbsq3cwk9cn1"))))
(properties
`((upstream-name . "AnnotationForge")))
(build-system r-build-system)