gnu: r-annotationforge: Update to 1.40.0.
* gnu/packages/bioconductor.scm (r-annotationforge): Update to 1.40.0.
This commit is contained in:
parent
748599dc6b
commit
065fdc2bb1
1 changed files with 2 additions and 2 deletions
|
@ -4355,14 +4355,14 @@ used by @code{ensembldb}, @code{Organism.dplyr}, and other packages.")
|
||||||
(define-public r-annotationforge
|
(define-public r-annotationforge
|
||||||
(package
|
(package
|
||||||
(name "r-annotationforge")
|
(name "r-annotationforge")
|
||||||
(version "1.38.1")
|
(version "1.40.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "AnnotationForge" version))
|
(uri (bioconductor-uri "AnnotationForge" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lcr79a3570h7zg4z691gxg2vlyqnars5811q0clzinbmq7b4x3v"))))
|
"15shh8rmcx69g3zd256720vh0c3qbly5zrvwm463dws41cjla48x"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "AnnotationForge")))
|
`((upstream-name . "AnnotationForge")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue