mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -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
|
(define-public r-annotationtools
|
||||||
(package
|
(package
|
||||||
(name "r-annotationtools")
|
(name "r-annotationtools")
|
||||||
(version "1.76.0")
|
(version "1.78.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "annotationTools" version))
|
(uri (bioconductor-uri "annotationTools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g086rj06k3wac24zx66dw1yc1bzv25bmlbjbpcpgdcmyjb1i8sf"))))
|
"1hwawrp0pbrm9xf7fn65nj0q4s49qlnmxfjlmrv5fykyn3i1lhpq"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "annotationTools")))
|
`((upstream-name . "annotationTools")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue