diff options
author | Roel Janssen <roel@gnu.org> | 2017-04-28 10:44:32 +0200 |
---|---|---|
committer | Roel Janssen <roel@gnu.org> | 2017-04-28 11:05:03 +0200 |
commit | 6e70b6d63cc186ae71e0e2e504d4e26b0d6927b3 (patch) | |
tree | 09f68a545cdafb9216cfea0b607a3ca4e43028cb /gnu/packages | |
parent | 56373771b30d93c53e117e76c81f594a39c0a370 (diff) | |
download | patches-6e70b6d63cc186ae71e0e2e504d4e26b0d6927b3.tar patches-6e70b6d63cc186ae71e0e2e504d4e26b0d6927b3.tar.gz |
gnu: r-topgo: Update to 2.28.0.
* gnu/packages/bioinformatics.scm (r-topgo): Update to 2.28.0.
Diffstat (limited to 'gnu/packages')
-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 a13368e14d..5e36317e7f 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6929,13 +6929,13 @@ information about the latest version of the Gene Ontologies.") (define-public r-topgo (package (name "r-topgo") - (version "2.26.0") + (version "2.28.0") (source (origin (method url-fetch) (uri (bioconductor-uri "topGO" version)) (sha256 (base32 - "0j6sgvam4lk9348ag6pypcbkv93x4fk0di8ivhr23mz2s2yqzwrx")))) + "04kvxz9qsxfz0np7wlrzp4r95nykz94x7mqpyyk76f90g6m66vcc")))) (properties `((upstream-name . "topGO"))) (build-system r-build-system) |