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

gnu: r-annotationtools: Update to 1.62.0.

* gnu/packages/bioconductor.scm (r-annotationtools): Update to 1.62.0.
This commit is contained in:
Ricardo Wurmus 2020-06-13 00:54:48 +02:00
parent 7866994c03
commit 231898d5b9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4509,14 +4509,14 @@ different identifieres using the Biocore Data Team data-packages (e.g.
(define-public r-annotationtools
(package
(name "r-annotationtools")
(version "1.60.0")
(version "1.62.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "annotationTools" version))
(sha256
(base32
"1cq7ayq2swp2ahlphz74nh5mb869rgyyr0kkqy1mxyilk8k2g44i"))))
"1b1yfnknr9vbn4y2mxdfyx57i5jbabhp9pwx8axlg2a7lawkfmdk"))))
(properties
`((upstream-name . "annotationTools")))
(build-system r-build-system)