diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-05-05 23:34:10 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-05-06 00:14:34 +0200 |
commit | 971df3a784a05ca3feb142268696ea3adf3f2c7b (patch) | |
tree | b52a08a60e89077c8ce9588ee89a075ffd2d7966 /gnu | |
parent | d31f8d1bd80c36dbce722f0749fd3c9944c84cf0 (diff) | |
download | patches-971df3a784a05ca3feb142268696ea3adf3f2c7b.tar patches-971df3a784a05ca3feb142268696ea3adf3f2c7b.tar.gz |
gnu: r-topgo: Update to 2.36.0.
* gnu/packages/bioinformatics.scm (r-topgo): Update to 2.36.0.
Diffstat (limited to 'gnu')
-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 e290a9c444..ce4dc772d5 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7985,13 +7985,13 @@ information about the latest version of the Gene Ontologies.") (define-public r-topgo (package (name "r-topgo") - (version "2.34.0") + (version "2.36.0") (source (origin (method url-fetch) (uri (bioconductor-uri "topGO" version)) (sha256 (base32 - "1j1jcd16j564kr6qz28140fzmnh9xasi84v1c1fi98sqv30zq9bh")))) + "09z42jwz5vh289ijz3x68zv5vmgkgcbhlp73vvmna1gld5lh5kz1")))) (properties `((upstream-name . "topGO"))) (build-system r-build-system) |