mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +01:00
gnu: r-category: Update to 2.48.0.
* gnu/packages/bioinformatics.scm (r-category): Update to 2.48.0.
This commit is contained in:
parent
6dfb0b25ae
commit
95ae5acc89
1 changed files with 2 additions and 2 deletions
|
@ -6582,14 +6582,14 @@ Enrichment Analysis} (GSEA).")
|
||||||
(define-public r-category
|
(define-public r-category
|
||||||
(package
|
(package
|
||||||
(name "r-category")
|
(name "r-category")
|
||||||
(version "2.46.0")
|
(version "2.48.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Category" version))
|
(uri (bioconductor-uri "Category" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03wfqa8d1dgwsm327zl2mpkq7dq3mzhq12598qz3ylfhrwplbgx0"))))
|
"1jdm83bwdfhpfm1y6hwgvxzj6l83h1bdkqv23799kzywnwm016kv"))))
|
||||||
(properties `((upstream-name . "Category")))
|
(properties `((upstream-name . "Category")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Reference in a new issue