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:
Ricardo Wurmus 2025-04-29 18:56:32 +02:00
parent b5a53dd6b1
commit a3838c1eea
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -19886,14 +19886,14 @@ footprints.")
(define-public r-gofuncr
(package
(name "r-gofuncr")
(version "1.26.0")
(version "1.28.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "GOfuncR" version))
(sha256
(base32
"0s6dmfv2cd88crhmq1i5sp7r37l1zabdxwdspydz9mh3008mqrqp"))))
"0db0n6c2zz4x8ayxcarxa0gwww5jd2l2pq08q89xil1cy551bipm"))))
(properties `((upstream-name . "GOfuncR")))
(build-system r-build-system)
(propagated-inputs
@ -19905,7 +19905,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