gnu: r-annotationforge: Update to 1.16.1.

* gnu/packages/bioinformatics.scm (r-annotationforge): Update to 1.16.1.
This commit is contained in:
Ricardo Wurmus 2017-04-06 13:57:27 +02:00
parent e0d7b31820
commit a3656b11d2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5532,14 +5532,14 @@ distribution.")
(define-public r-annotationforge (define-public r-annotationforge
(package (package
(name "r-annotationforge") (name "r-annotationforge")
(version "1.16.0") (version "1.16.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "AnnotationForge" version)) (uri (bioconductor-uri "AnnotationForge" version))
(sha256 (sha256
(base32 (base32
"02msyb9p3hywrryx00zpjkjl126mrv827i1ah1092s0cplm6xxvf")))) "0l1g9hy88sh5g567svyfd8pnjvkyklkn6a3gjn8zalvh62qqjjq1"))))
(properties (properties
`((upstream-name . "AnnotationForge"))) `((upstream-name . "AnnotationForge")))
(build-system r-build-system) (build-system r-build-system)