mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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:
parent
af398adbe3
commit
69baa29212
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue