gnu: r-topgo: Update to 2.28.0.

* gnu/packages/bioinformatics.scm (r-topgo): Update to 2.28.0.
This commit is contained in:
Roel Janssen 2017-04-28 10:44:32 +02:00
parent 56373771b3
commit 6e70b6d63c
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 2 additions and 2 deletions

View File

@ -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)