mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-gosemsim: Update to 2.30.2.
* gnu/packages/bioconductor.scm (r-gosemsim): Update to 2.30.2. [propagated-inputs]: Add r-dbi, r-digest, r-httr2, and r-r-utils. Change-Id: Idb915ec70b79f7464011e94256f68e940d63764f
This commit is contained in:
parent
66904a4109
commit
bd8e53d39e
1 changed files with 11 additions and 3 deletions
|
@ -16037,18 +16037,26 @@ information about samples and features can be added to the plot.")
|
||||||
(define-public r-gosemsim
|
(define-public r-gosemsim
|
||||||
(package
|
(package
|
||||||
(name "r-gosemsim")
|
(name "r-gosemsim")
|
||||||
(version "2.30.0")
|
(version "2.30.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "GOSemSim" version))
|
(uri (bioconductor-uri "GOSemSim" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0985w9b2iw7jbmpymfvqmpzshsy0lvqw7whc1djdnh58lwscnhcq"))))
|
"009rh51mndpkqw9vmr836ll2zsmsb4wlrjhvda5qiggznlhixrcv"))))
|
||||||
(properties `((upstream-name . "GOSemSim")))
|
(properties `((upstream-name . "GOSemSim")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-annotationdbi r-go-db r-rcpp r-rlang r-yulab-utils))
|
(list r-annotationdbi
|
||||||
|
r-dbi
|
||||||
|
r-digest
|
||||||
|
r-go-db
|
||||||
|
r-httr2
|
||||||
|
r-r-utils
|
||||||
|
r-rcpp
|
||||||
|
r-rlang
|
||||||
|
r-yulab-utils))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
(home-page "https://guangchuangyu.github.io/software/GOSemSim")
|
(home-page "https://guangchuangyu.github.io/software/GOSemSim")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue