gnu: r-annotationforge: Update to 1.32.0.

* gnu/packages/bioinformatics.scm (r-annotationforge): Update to 1.32.0.
This commit is contained in:
zimoun 2020-10-30 15:57:46 +01:00 committed by Ricardo Wurmus
parent a323c1e9b4
commit 4451918e3a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -7253,14 +7253,14 @@ exploration of the results.")
(define-public r-annotationforge (define-public r-annotationforge
(package (package
(name "r-annotationforge") (name "r-annotationforge")
(version "1.30.1") (version "1.32.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
"1a2155jxbwc6qr3dcyvp850grhdr7czc7bs3s87ff4sgdl0jp3jw")))) "0y3820dkvwz09wlmz9drx6gqpsr9cwppaiz40zafwfxbz65y8px7"))))
(properties (properties
`((upstream-name . "AnnotationForge"))) `((upstream-name . "AnnotationForge")))
(build-system r-build-system) (build-system r-build-system)