mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-annotationtools: Update to 1.70.0.
* gnu/packages/bioconductor.scm (r-annotationtools): Update to 1.70.0.
This commit is contained in:
parent
d3ff3a75cd
commit
4e95453274
1 changed files with 2 additions and 2 deletions
|
@ -9380,14 +9380,14 @@ (define-public r-annotationfuncs
|
|||
(define-public r-annotationtools
|
||||
(package
|
||||
(name "r-annotationtools")
|
||||
(version "1.68.0")
|
||||
(version "1.70.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "annotationTools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0grdswbf8nj0qwl0n5pqsir9242dry85j6m688j81gwwjgmzidvh"))))
|
||||
"122b424zida3j0vqkn8d06sg3jpc3ngsgidr8kgg00n4cjngkc51"))))
|
||||
(properties
|
||||
`((upstream-name . "annotationTools")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue