mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-gosemsim: Update to 2.28.1.
* gnu/packages/bioconductor.scm (r-gosemsim): Update to 2.28.1. [propagated-inputs]: Add r-yulab-utils. Change-Id: Idf93e061ef43c2900a96fa9cafeaff95d13fa3be
This commit is contained in:
parent
500fc9e891
commit
522a646714
1 changed files with 3 additions and 3 deletions
|
@ -15617,18 +15617,18 @@ 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.28.0")
|
(version "2.28.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "GOSemSim" version))
|
(uri (bioconductor-uri "GOSemSim" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10jhjzgf10w9cmr97qzc3mqvgvgx9h7pqk7zkkqwhg7anv6wa788"))))
|
"0p8368ia4ib61m1p8apk2d21lhdi62rfg04zl4190w6xv87k49xx"))))
|
||||||
(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))
|
(list r-annotationdbi r-go-db 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