mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-ensembldb: Update to 2.24.1.
* gnu/packages/bioconductor.scm (r-ensembldb): Update to 2.24.1.
This commit is contained in:
parent
fefad76048
commit
28b2b7c367
1 changed files with 2 additions and 2 deletions
|
@ -7088,14 +7088,14 @@ visualization of Illumina DNA methylation array data.")
|
||||||
(define-public r-ensembldb
|
(define-public r-ensembldb
|
||||||
(package
|
(package
|
||||||
(name "r-ensembldb")
|
(name "r-ensembldb")
|
||||||
(version "2.24.0")
|
(version "2.24.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ensembldb" version))
|
(uri (bioconductor-uri "ensembldb" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rl5ix755055i95y5xfb4zv5gih2gkqwqia1r1b3yx12z5ybvkc6"))))
|
"1x73lln0rlnypl8iia54srl3wrazs94f8rspmjsaqsxwknkym319"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-annotationdbi
|
(list r-annotationdbi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue