gnu: r-annotationtools: Update to 1.64.0.
* gnu/packages/bioconductor.scm (r-annotationtools): Update to 1.64.0.master
parent
bc12a4b660
commit
577915421d
|
@ -4622,14 +4622,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.62.0")
|
(version "1.64.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
|
||||||
"1b1yfnknr9vbn4y2mxdfyx57i5jbabhp9pwx8axlg2a7lawkfmdk"))))
|
"1q3c30hqxjgar3gm8d7h4rw3m7cgc11cgv9q0fwv5abj075cj224"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "annotationTools")))
|
`((upstream-name . "annotationTools")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in New Issue