me
/
guix
Archived
1
0
Fork 0

gnu: r-annotationtools: Update to 1.66.0.

* gnu/packages/bioconductor.scm (r-annotationtools): Update to 1.66.0.
master
Ricardo Wurmus 2021-06-05 08:50:00 +02:00
parent 77a1c4a6aa
commit 0cef014f7c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7952,14 +7952,14 @@ different identifieres using the Biocore Data Team data-packages (e.g.
(define-public r-annotationtools
(package
(name "r-annotationtools")
(version "1.64.0")
(version "1.66.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "annotationTools" version))
(sha256
(base32
"1q3c30hqxjgar3gm8d7h4rw3m7cgc11cgv9q0fwv5abj075cj224"))))
"18dd8saqx17fplvv5sbfz4p9fy7ksy3n9348rd3qlczihcrh9i3w"))))
(properties
`((upstream-name . "annotationTools")))
(build-system r-build-system)