gnu: r-annotationtools: Update to 1.78.0.

* gnu/packages/bioconductor.scm (r-annotationtools): Update to 1.78.0.

Change-Id: I03cfc05951d2385d129299857ab33dca14b9a09c
This commit is contained in:
Ricardo Wurmus 2024-05-07 13:06:57 +02:00
parent af398adbe3
commit 69baa29212
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -17126,14 +17126,14 @@ (define-public r-annotationfuncs
(define-public r-annotationtools
(package
(name "r-annotationtools")
(version "1.76.0")
(version "1.78.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "annotationTools" version))
(sha256
(base32
"0g086rj06k3wac24zx66dw1yc1bzv25bmlbjbpcpgdcmyjb1i8sf"))))
"1hwawrp0pbrm9xf7fn65nj0q4s49qlnmxfjlmrv5fykyn3i1lhpq"))))
(properties
`((upstream-name . "annotationTools")))
(build-system r-build-system)