gnu: r-annotatr: Update to 1.18.1.

* gnu/packages/bioconductor.scm (r-annotatr): Update to 1.18.1.
This commit is contained in:
Ricardo Wurmus 2021-07-26 18:07:19 +02:00
parent 73fa220b43
commit 8d9626dd7d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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