3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

View file

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