gnu: r-annotationforge: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-annotationforge): Update to 1.38.0.master
parent
3db3797305
commit
282985f6c3
|
@ -2903,14 +2903,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.36.0")
|
(version "1.38.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
|
||||||
"02wvni5q560idi6677g5f4md73z4qzjl5yycxv5dbvgbl2picisz"))))
|
"18rcfadxdaggyjj3rj17nbvgddlqs6zlr5jmq9a02kin59czvzz8"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "AnnotationForge")))
|
`((upstream-name . "AnnotationForge")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in New Issue