gnu: r-topgo: Update to 2.42.0.

* gnu/packages/bioinformatics.scm (r-topgo): Update to 2.42.0.
This commit is contained in:
Roel Janssen 2020-11-18 16:04:40 +01:00 committed by Ricardo Wurmus
parent 26e2184fc1
commit 6a7de43a58
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8500,13 +8500,13 @@ (define-public r-go-db
(define-public r-topgo
(package
(name "r-topgo")
(version "2.40.0")
(version "2.42.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "topGO" version))
(sha256
(base32
"13rhbvn27sj75fklf1cnjaazacx8yyjlhqlnbp5zk157q6y5cwdr"))))
"0vr3l9gvd3dhy446k3fkj6rm7z1abxi56rbnrs64297yzxaz1ngl"))))
(properties
`((upstream-name . "topGO")))
(build-system r-build-system)