mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05: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
|
||||
(package
|
||||
(name "r-ensembldb")
|
||||
(version "2.20.1")
|
||||
(version "2.20.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ensembldb" version))
|
||||
(sha256
|
||||
(base32
|
||||
"183rs74ngfvn9xz36csch495pqaash90yhhikm73m7b2bc37ziwz"))))
|
||||
"12n21dcimdhgyjzk33m6xbv0m9ihgyzcf66vr1jr5ycv3rq2s7xc"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-annotationdbi
|
||||
|
|
Loading…
Reference in a new issue