diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 16:57:51 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 22:49:15 +0100 |
commit | 844ea9ff66c849ec9b68972df1199f6c90f71c47 (patch) | |
tree | ad4c5fab02d7892cc32a592e0a19c857cfa91e17 /gnu/packages/bioconductor.scm | |
parent | f8946a7316f4f43aeb4a8e728c4e575f68e4b317 (diff) | |
download | guix-844ea9ff66c849ec9b68972df1199f6c90f71c47.tar.gz guix-844ea9ff66c849ec9b68972df1199f6c90f71c47.zip |
gnu: r-gostats: Update to 2.68.0.
* gnu/packages/bioconductor.scm (r-gostats): Update to 2.68.0.
Change-Id: I3cb2e05944fd4d120e8c34454a5df892d9e105a2
Diffstat (limited to 'gnu/packages/bioconductor.scm')
-rw-r--r-- | gnu/packages/bioconductor.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 22acfeb71a..b4a46be7ae 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -7736,14 +7736,14 @@ facilitate the use of this test for gene set testing of GO and KEGG terms.") (define-public r-gostats (package (name "r-gostats") - (version "2.66.0") + (version "2.68.0") (source (origin (method url-fetch) (uri (bioconductor-uri "GOstats" version)) (sha256 (base32 - "1jjcjc1zp42l3gw36rr84al07ghih0cjx4p8gn8rlmv1jsz6kp1h")))) + "1v10ss1gf4a3qp6hbwa2f0la9sgiwhszg4c45qd6gv0dja2v30fs")))) (properties `((upstream-name . "GOstats"))) (build-system r-build-system) (propagated-inputs @@ -7754,8 +7754,8 @@ facilitate the use of this test for gene set testing of GO and KEGG terms.") r-category r-go-db r-graph - r-rgraphviz - r-rbgl)) + r-rbgl + r-rgraphviz)) (native-inputs (list r-knitr)) (home-page "https://bioconductor.org/packages/GOstats") (synopsis "Tools for manipulating GO and microarrays") |