me
/
guix
Archived
1
0
Fork 0

gnu: r-ensembldb: Update to 2.16.2.

* gnu/packages/bioconductor.scm (r-ensembldb): Update to 2.16.2.
master
Ricardo Wurmus 2021-07-10 13:26:08 +02:00
parent 3c60e8d5e5
commit fd00ed8ff8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2743,14 +2743,14 @@ CAGE.")
(define-public r-ensembldb
(package
(name "r-ensembldb")
(version "2.16.0")
(version "2.16.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ensembldb" version))
(sha256
(base32
"100m2mzxl4pmldqixzfdznnd4nqbykk2l7n4xazqjpnlpcldy2dj"))))
"0mbdfxic2vkfwm6b16353zr0qg8ylwf1vrxry85j2lgzl1qyyras"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)