diff options
author | Roel Janssen <roel@gnu.org> | 2020-11-18 16:04:40 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-12-09 12:12:40 +0100 |
commit | 6a7de43a5858b7969c3a96e34f849ec074a3a1fc (patch) | |
tree | e2e541de9334ba0af3b42f604562f6dfbafacd77 /gnu/packages/bioinformatics.scm | |
parent | 26e2184fc13558630f3f6fae3874fdc1d6880d9a (diff) |
gnu: r-topgo: Update to 2.42.0.
* gnu/packages/bioinformatics.scm (r-topgo): Update to 2.42.0.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-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 f6b860c6b9..79a7c1b1c4 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8500,13 +8500,13 @@ information about the latest version of the Gene Ontologies.") (define-public r-topgo (package (name "r-topgo") - (version "2.40.0") + (version "2.42.0") (source (origin (method url-fetch) (uri (bioconductor-uri "topGO" version)) (sha256 (base32 - "13rhbvn27sj75fklf1cnjaazacx8yyjlhqlnbp5zk157q6y5cwdr")))) + "0vr3l9gvd3dhy446k3fkj6rm7z1abxi56rbnrs64297yzxaz1ngl")))) (properties `((upstream-name . "topGO"))) (build-system r-build-system) |