me
/
guix
Archived
1
0
Fork 0

gnu: r-annotationforge: Update to 1.40.0.

* gnu/packages/bioconductor.scm (r-annotationforge): Update to 1.40.0.
master
zimoun 2022-11-17 03:50:08 +01:00 committed by Ricardo Wurmus
parent 748599dc6b
commit 065fdc2bb1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4355,14 +4355,14 @@ used by @code{ensembldb}, @code{Organism.dplyr}, and other packages.")
(define-public r-annotationforge
(package
(name "r-annotationforge")
(version "1.38.1")
(version "1.40.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "AnnotationForge" version))
(sha256
(base32
"0lcr79a3570h7zg4z691gxg2vlyqnars5811q0clzinbmq7b4x3v"))))
"15shh8rmcx69g3zd256720vh0c3qbly5zrvwm463dws41cjla48x"))))
(properties
`((upstream-name . "AnnotationForge")))
(build-system r-build-system)