gnu: r-annotatr: Update to 1.20.0.

* gnu/packages/bioconductor.scm (r-annotatr): Update to 1.20.0.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:04:31 +00:00
parent b960dc7be5
commit 4940f6d680
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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