gnu: r-annotationforge: Update to 1.20.0.

* gnu/packages/bioinformatics.scm (r-annotationforge): Update to 1.20.0.
This commit is contained in:
Ricardo Wurmus 2017-11-06 21:21:05 +01:00
parent 3fd010ff30
commit 727706ad38
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5833,14 +5833,14 @@ exploration of the results.")
(define-public r-annotationforge
(package
(name "r-annotationforge")
(version "1.18.1")
(version "1.20.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "AnnotationForge" version))
(sha256
(base32
"1366qvykd9cpcvwgc5g9mm9adw9rxw6p4814dd6l5fyb0pwpmysx"))))
"01vbrf76vqfvxh6vpfxkjwccxggnha3byqzj333glqz2b6kwx5q1"))))
(properties
`((upstream-name . "AnnotationForge")))
(build-system r-build-system)