gnu: r-annotationtools: Update to 1.64.0.

* gnu/packages/bioconductor.scm (r-annotationtools): Update to 1.64.0.
This commit is contained in:
zimoun 2020-10-30 15:51:49 +01:00 committed by Ricardo Wurmus
parent bc12a4b660
commit 577915421d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4622,14 +4622,14 @@ (define-public r-annotationfuncs
(define-public r-annotationtools
(package
(name "r-annotationtools")
(version "1.62.0")
(version "1.64.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "annotationTools" version))
(sha256
(base32
"1b1yfnknr9vbn4y2mxdfyx57i5jbabhp9pwx8axlg2a7lawkfmdk"))))
"1q3c30hqxjgar3gm8d7h4rw3m7cgc11cgv9q0fwv5abj075cj224"))))
(properties
`((upstream-name . "annotationTools")))
(build-system r-build-system)