me
/
guix
Archived
1
0
Fork 0

gnu: r-topgo: Update to 2.32.0.

* gnu/packages/bioinformatics.scm (r-topgo): Update to 2.32.0.
master
Ricardo Wurmus 2018-06-02 11:54:55 +02:00
parent 2f66fecd89
commit f2eb2e453e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7791,13 +7791,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.30.1") (version "2.32.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
"1cgz4knxr328xfqlhl6ypxl6x86rfrlqz748kn94ainxjzz55i6x")))) "05yxnkid8bgw9lkm90if9fg63djhgvbailfa3qsfqa5c0zjmixw1"))))
(properties (properties
`((upstream-name . "topGO"))) `((upstream-name . "topGO")))
(build-system r-build-system) (build-system r-build-system)