mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-gofuncr: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-gofuncr): Update to 1.28.0. [native-inputs]: Remove r-homo-sapiens. Change-Id: I0d2ee45976dfa3890efe3a6d587c944089d56676
This commit is contained in:
parent
b5a53dd6b1
commit
a3838c1eea
1 changed files with 3 additions and 3 deletions
|
@ -19886,14 +19886,14 @@ footprints.")
|
||||||
(define-public r-gofuncr
|
(define-public r-gofuncr
|
||||||
(package
|
(package
|
||||||
(name "r-gofuncr")
|
(name "r-gofuncr")
|
||||||
(version "1.26.0")
|
(version "1.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "GOfuncR" version))
|
(uri (bioconductor-uri "GOfuncR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s6dmfv2cd88crhmq1i5sp7r37l1zabdxwdspydz9mh3008mqrqp"))))
|
"0db0n6c2zz4x8ayxcarxa0gwww5jd2l2pq08q89xil1cy551bipm"))))
|
||||||
(properties `((upstream-name . "GOfuncR")))
|
(properties `((upstream-name . "GOfuncR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -19905,7 +19905,7 @@ footprints.")
|
||||||
r-rcpp
|
r-rcpp
|
||||||
r-vioplot))
|
r-vioplot))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-homo-sapiens r-knitr r-testthat))
|
(list r-knitr r-testthat))
|
||||||
(home-page "https://bioconductor.org/packages/GOfuncR/")
|
(home-page "https://bioconductor.org/packages/GOfuncR/")
|
||||||
(synopsis "Gene ontology enrichment using FUNC")
|
(synopsis "Gene ontology enrichment using FUNC")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue