mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-annotationtools: Update to 1.68.0.
* gnu/packages/bioconductor.scm (r-annotationtools): Update to 1.68.0.
This commit is contained in:
parent
e79f4779ce
commit
776c53a967
1 changed files with 2 additions and 2 deletions
|
@ -8245,14 +8245,14 @@ different identifieres using the Biocore Data Team data-packages (e.g.
|
||||||
(define-public r-annotationtools
|
(define-public r-annotationtools
|
||||||
(package
|
(package
|
||||||
(name "r-annotationtools")
|
(name "r-annotationtools")
|
||||||
(version "1.66.0")
|
(version "1.68.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
|
||||||
"18dd8saqx17fplvv5sbfz4p9fy7ksy3n9348rd3qlczihcrh9i3w"))))
|
"0grdswbf8nj0qwl0n5pqsir9242dry85j6m688j81gwwjgmzidvh"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "annotationTools")))
|
`((upstream-name . "annotationTools")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue