gnu: r-annotationforge: Update to 1.18.0.

* gnu/packages/bioinformatics.scm (r-annotationforge): Update to 1.18.0.
This commit is contained in:
Roel Janssen 2017-04-28 10:29:20 +02:00
parent 3ae74e451c
commit 46972a4427
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 2 additions and 2 deletions

View File

@ -5505,14 +5505,14 @@ distribution.")
(define-public r-annotationforge (define-public r-annotationforge
(package (package
(name "r-annotationforge") (name "r-annotationforge")
(version "1.16.1") (version "1.18.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
"0l1g9hy88sh5g567svyfd8pnjvkyklkn6a3gjn8zalvh62qqjjq1")))) "01kd86vvgpa4a5zivcy4g6z8rhcykasdskrz8yqsqz211sd1xsr3"))))
(properties (properties
`((upstream-name . "AnnotationForge"))) `((upstream-name . "AnnotationForge")))
(build-system r-build-system) (build-system r-build-system)