Archived
1
0
Fork 0

gnu: r-ensembldb: Update to 2.14.0.

* gnu/packages/bioinformatics.scm (r-ensembldb): Update to 2.14.0.
This commit is contained in:
zimoun 2020-10-30 16:01:14 +01:00 committed by Ricardo Wurmus
parent 8962a13afe
commit 06fe3b7a53
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10341,14 +10341,14 @@ originally made available by Holmes, Harris, and Quince, 2012, PLoS ONE 7(2):
(define-public r-ensembldb
(package
(name "r-ensembldb")
(version "2.12.1")
(version "2.14.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ensembldb" version))
(sha256
(base32
"1vvchc04nshxc768fp31rxb603aj3hmq8xlh5qabcwf2c3z9719g"))))
"04il99gcrqzakvc0bxchdp9gghkn1sp9lpiian0iz4y7r67z3wpy"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)