gnu: r-category: Update to 2.68.0.

* gnu/packages/bioconductor.scm (r-category): Update to 2.68.0.

Change-Id: I3b154d95cd1835ebf253169c391cb64670a6a54a
This commit is contained in:
Ricardo Wurmus 2023-11-03 16:53:16 +01:00
parent 257fe883e6
commit 53e9d43a83
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -6611,14 +6611,14 @@ genome data packages and support for efficient SNP representation.")
(define-public r-category
(package
(name "r-category")
(version "2.66.0")
(version "2.68.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Category" version))
(sha256
(base32
"1wjf6xbnys7nv8z4xrzck1wk5xifkdni672kigs0aqdxqj8d80f5"))))
"19qyxqky1gsrjylmc2h0sndbqlk2ibrps7123gqwn19p8kg4nhf0"))))
(properties `((upstream-name . "Category")))
(build-system r-build-system)
(propagated-inputs
@ -6626,12 +6626,12 @@ genome data packages and support for efficient SNP representation.")
r-annotationdbi
r-biobase
r-biocgenerics
r-dbi
r-genefilter
r-graph
r-gseabase
r-matrix
r-rbgl
r-dbi))
r-rbgl))
(home-page "https://bioconductor.org/packages/Category")
(synopsis "Category analysis")
(description