me
/
guix
Archived
1
0
Fork 0

gnu: r-annotationtools: Update to 1.72.0.

* gnu/packages/bioconductor.scm (r-annotationtools): Update to 1.72.0.
master
zimoun 2022-11-17 03:50:21 +01:00 committed by Ricardo Wurmus
parent a2ec0390a7
commit d48170687b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11277,14 +11277,14 @@ different identifieres using the Biocore Data Team data-packages (e.g.
(define-public r-annotationtools
(package
(name "r-annotationtools")
(version "1.70.0")
(version "1.72.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "annotationTools" version))
(sha256
(base32
"122b424zida3j0vqkn8d06sg3jpc3ngsgidr8kgg00n4cjngkc51"))))
"1z5vgblhi1kj2n9d4kbqgvwnm48372q0szgjshch8g39dypijvhd"))))
(properties
`((upstream-name . "annotationTools")))
(build-system r-build-system)