gnu: r-annotationtools: Update to 1.74.0.
* gnu/packages/bioconductor.scm (r-annotationtools): Update to 1.74.0.master
parent
c901ed6127
commit
ecc70c623f
|
@ -13630,14 +13630,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.72.0")
|
(version "1.74.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
|
||||||
"1z5vgblhi1kj2n9d4kbqgvwnm48372q0szgjshch8g39dypijvhd"))))
|
"0dwbh2h2mp8gy0kwqmkri3q2glnzcj8cn83j1qyh7lk15anc33g8"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "annotationTools")))
|
`((upstream-name . "annotationTools")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in New Issue