gnu: r-annotatr: Update to 1.18.0.

* gnu/packages/bioconductor.scm (r-annotatr): Update to 1.18.0.
This commit is contained in:
Ricardo Wurmus 2021-06-05 08:50:05 +02:00
parent 28472b62d3
commit 758c1cd3c2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9214,14 +9214,14 @@ (define-public r-biosigner
(define-public r-annotatr
(package
(name "r-annotatr")
(version "1.16.0")
(version "1.18.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "annotatr" version))
(sha256
(base32
"0dq67snpqxl9mifljm6zlnkdb0ghjwday0fvcn3i7zmrfszgzyf9"))))
"0pcf4jrq05bmfxph41hmdx1x147k1ay5fl2h488y1s4h8qm3c67p"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)