1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-02 11:24:08 +02:00

gnu: r-gofuncr: Update to 1.31.0.

* gnu/packages/bioconductor.scm (r-gofuncr): Update to 1.31.0.
[native-inputs]: Remove r-homo-sapiens.

Change-Id: I24a3296056d9226819b3c1ff00bf106565db7a8c
This commit is contained in:
Ricardo Wurmus
2026-05-01 22:15:52 +02:00
parent 83bbe2ba2c
commit fd3c51410a
+3 -3
View File
@@ -20458,14 +20458,14 @@ footprints.")
(define-public r-gofuncr
(package
(name "r-gofuncr")
(version "1.30.0")
(version "1.31.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "GOfuncR" version))
(sha256
(base32
"1rvvzj3maa6xvvs0r9l994zk5pjbxgfmflg8waqqm6d6rd4ls4dv"))))
"1ff3micf0pnrx6za3zyrx3b42ah4q0k306wsdimn3a6i2lfyl1cf"))))
(properties `((upstream-name . "GOfuncR")))
(build-system r-build-system)
(propagated-inputs
@@ -20477,7 +20477,7 @@ footprints.")
r-rcpp
r-vioplot))
(native-inputs
(list r-homo-sapiens r-knitr r-testthat))
(list r-knitr r-testthat))
(home-page "https://bioconductor.org/packages/GOfuncR/")
(synopsis "Gene ontology enrichment using FUNC")
(description