diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-12-27 20:31:26 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-12-27 21:30:25 +0100 |
commit | 04b181cb15aa6e2ad60f457556818e6b783722a9 (patch) | |
tree | 0003758f5cfb364a072586b8be95f4ff3d1490dc | |
parent | 4997ff5c1bd356897e91f4f080aab0e47472793c (diff) | |
download | patches-04b181cb15aa6e2ad60f457556818e6b783722a9.tar patches-04b181cb15aa6e2ad60f457556818e6b783722a9.tar.gz |
gnu: r-topgo: Update to 2.38.1.
* gnu/packages/bioinformatics.scm (r-topgo): Update to 2.38.1.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 601635ad36..b7b1777c24 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7991,13 +7991,13 @@ information about the latest version of the Gene Ontologies.") (define-public r-topgo (package (name "r-topgo") - (version "2.37.0") + (version "2.38.1") (source (origin (method url-fetch) (uri (bioconductor-uri "topGO" version)) (sha256 (base32 - "1cplr92aq3pa266ilvmg9xfmc95gag89b5jka04a5mh88j24y2ca")))) + "1kw9m2j67895k58lx9msc248pjwblp8clxwgsl01cql7sgi1xzlf")))) (properties `((upstream-name . "topGO"))) (build-system r-build-system) |