me
/
guix
Archived
1
0
Fork 0

gnu: r-annotatr: Update to 1.20.0.

* gnu/packages/bioconductor.scm (r-annotatr): Update to 1.20.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -9509,14 +9509,14 @@ datasets.")
(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)