gnu: r-annotationforge: Update to 1.28.0.

* gnu/packages/bioinformatics.scm (r-annotationforge): Update to 1.28.0.
This commit is contained in:
Ricardo Wurmus 2019-12-15 15:16:49 +01:00
parent 33a2acb757
commit 12c4555d44
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6776,14 +6776,14 @@ (define-public r-dexseq
(define-public r-annotationforge
(package
(name "r-annotationforge")
(version "1.26.0")
(version "1.28.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "AnnotationForge" version))
(sha256
(base32
"0m4w8n2711wr28znv646cfc7m5jqlr8friz334zdyjmhg7m2xkb7"))))
"0h2r60v339ajk5r6xq4iwwcpihdvf12fi8255byr2dhglzrd8xl7"))))
(properties
`((upstream-name . "AnnotationForge")))
(build-system r-build-system)