mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-ensembldb: Update to 2.20.2.
* gnu/packages/bioconductor.scm (r-ensembldb): Update to 2.20.2.
This commit is contained in:
parent
5888776c87
commit
103d4d918f
1 changed files with 2 additions and 2 deletions
|
@ -3922,14 +3922,14 @@ (define-public r-edger
|
||||||
(define-public r-ensembldb
|
(define-public r-ensembldb
|
||||||
(package
|
(package
|
||||||
(name "r-ensembldb")
|
(name "r-ensembldb")
|
||||||
(version "2.20.1")
|
(version "2.20.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ensembldb" version))
|
(uri (bioconductor-uri "ensembldb" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"183rs74ngfvn9xz36csch495pqaash90yhhikm73m7b2bc37ziwz"))))
|
"12n21dcimdhgyjzk33m6xbv0m9ihgyzcf66vr1jr5ycv3rq2s7xc"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-annotationdbi
|
(list r-annotationdbi
|
||||||
|
|
Loading…
Reference in a new issue