mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-organismdbi: Update to 1.46.0.
* gnu/packages/bioconductor.scm (r-organismdbi): Update to 1.46.0. [propagated-inputs]: Add r-txdbmaker. Change-Id: If4bfdc334732ee3cd3c2d7cf3891b3c1c421b2f5
This commit is contained in:
parent
d0ca4e40f1
commit
d7fd4fc3e5
1 changed files with 4 additions and 3 deletions
|
@ -9979,14 +9979,14 @@ functionality of the @code{TxDb} packages (e.g.,
|
||||||
(define-public r-organismdbi
|
(define-public r-organismdbi
|
||||||
(package
|
(package
|
||||||
(name "r-organismdbi")
|
(name "r-organismdbi")
|
||||||
(version "1.44.0")
|
(version "1.46.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "OrganismDbi" version))
|
(uri (bioconductor-uri "OrganismDbi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g75y21lqmwsh28nx99zp2gxr6rhlhbw76f66qx5hrh6bm2zpm7j"))))
|
"1cfh632rpmklmyd5cibwiy0i2pk2kk2m39g8mq5sxfwd2am4r0jk"))))
|
||||||
(properties `((upstream-name . "OrganismDbi")))
|
(properties `((upstream-name . "OrganismDbi")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -10000,7 +10000,8 @@ functionality of the @code{TxDb} packages (e.g.,
|
||||||
r-graph
|
r-graph
|
||||||
r-iranges
|
r-iranges
|
||||||
r-rbgl
|
r-rbgl
|
||||||
r-s4vectors))
|
r-s4vectors
|
||||||
|
r-txdbmaker))
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://bioconductor.org/packages/OrganismDbi")
|
(home-page "https://bioconductor.org/packages/OrganismDbi")
|
||||||
(synopsis "Software to enable the smooth interfacing of database packages")
|
(synopsis "Software to enable the smooth interfacing of database packages")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue