mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-annotationtools: Update to 1.60.0.
* gnu/packages/bioconductor.scm (r-annotationtools): Update to 1.60.0.
This commit is contained in:
parent
50e6f76278
commit
eda4908556
1 changed files with 2 additions and 2 deletions
|
@ -3994,14 +3994,14 @@ (define-public r-annotationfuncs
|
|||
(define-public r-annotationtools
|
||||
(package
|
||||
(name "r-annotationtools")
|
||||
(version "1.58.0")
|
||||
(version "1.60.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "annotationTools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"148fi8bv1m0y81psm0jv1nqvjhvr461drnl0krqd7skcf0mb0fc1"))))
|
||||
"1cq7ayq2swp2ahlphz74nh5mb869rgyyr0kkqy1mxyilk8k2g44i"))))
|
||||
(properties
|
||||
`((upstream-name . "annotationTools")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue