me
/
guix
Archived
1
0
Fork 0

gnu: r-topgo: Update to 2.34.0.

* gnu/packages/bioinformatics.scm (r-topgo): Update to 2.34.0.
master
Ricardo Wurmus 2018-11-07 12:06:06 +01:00
parent 8a0d57d26e
commit 44fa14dfa3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7925,13 +7925,13 @@ information about the latest version of the Gene Ontologies.")
(define-public r-topgo (define-public r-topgo
(package (package
(name "r-topgo") (name "r-topgo")
(version "2.32.0") (version "2.34.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "topGO" version)) (uri (bioconductor-uri "topGO" version))
(sha256 (sha256
(base32 (base32
"05yxnkid8bgw9lkm90if9fg63djhgvbailfa3qsfqa5c0zjmixw1")))) "1j1jcd16j564kr6qz28140fzmnh9xasi84v1c1fi98sqv30zq9bh"))))
(properties (properties
`((upstream-name . "topGO"))) `((upstream-name . "topGO")))
(build-system r-build-system) (build-system r-build-system)