Archived
1
0
Fork 0

gnu: r-annotationforge: Update to 1.26.0.

* gnu/packages/bioinformatics.scm (r-annotationforge): Update to 1.26.0.
This commit is contained in:
Ricardo Wurmus 2019-05-05 23:26:32 +02:00
parent 0a58282de7
commit 7f737246d8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6760,14 +6760,14 @@ exploration of the results.")
(define-public r-annotationforge (define-public r-annotationforge
(package (package
(name "r-annotationforge") (name "r-annotationforge")
(version "1.24.0") (version "1.26.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
"13yvhf3yskmvhs8szs6rkw93h81h5xqa3h19h91pp6nprhc8s3ll")))) "0m4w8n2711wr28znv646cfc7m5jqlr8friz334zdyjmhg7m2xkb7"))))
(properties (properties
`((upstream-name . "AnnotationForge"))) `((upstream-name . "AnnotationForge")))
(build-system r-build-system) (build-system r-build-system)