gnu: r-organismdbi: Update to 1.42.0.
* gnu/packages/bioconductor.scm (r-organismdbi): Update to 1.42.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
3c31e017e2
commit
18d4032d2a
1 changed files with 3 additions and 2 deletions
|
|
@ -8066,14 +8066,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.40.0")
|
(version "1.42.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
|
||||||
"11l1xqwbqs129vxd6lxdaizpp6j08spyh6799rv5wqmlymap1ykw"))))
|
"1pw3qd6n0xf7vq3x73612bndcqhwrqkpi29f6crazdzjcy3fivlb"))))
|
||||||
(properties `((upstream-name . "OrganismDbi")))
|
(properties `((upstream-name . "OrganismDbi")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
@ -8088,6 +8088,7 @@ functionality of the @code{TxDb} packages (e.g.,
|
||||||
r-iranges
|
r-iranges
|
||||||
r-rbgl
|
r-rbgl
|
||||||
r-s4vectors))
|
r-s4vectors))
|
||||||
|
(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")
|
||||||
(description "The package enables a simple unified interface to several
|
(description "The package enables a simple unified interface to several
|
||||||
|
|
|
||||||
Reference in a new issue