diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 12:33:00 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:23 +0200 |
commit | f3bba92781f25785cf9087b19aee492f4e116c14 (patch) | |
tree | beec59c0c2c510e0a89218dac2d9143c0fd95729 | |
parent | 527a14c68340d5a16d48621d841434d7870fd829 (diff) |
gnu: r-gostats: Update to 2.70.0.
* gnu/packages/bioconductor.scm (r-gostats): Update to 2.70.0.
Change-Id: I8d5294d59bffc77e1ffc756322eb4c366a33378c
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 969a100816..9390c4ab2e 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -8392,14 +8392,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.68.0") + (version "2.70.0") (source (origin (method url-fetch) (uri (bioconductor-uri "GOstats" version)) (sha256 (base32 - "1v10ss1gf4a3qp6hbwa2f0la9sgiwhszg4c45qd6gv0dja2v30fs")))) + "1dygsr8nlqksfpk00lk67dhj4fcpjg1x4dbl2r4sfanlk4hq76cs")))) (properties `((upstream-name . "GOstats"))) (build-system r-build-system) (propagated-inputs |