3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-topgo: Update to 2.37.0.

* gnu/packages/bioinformatics.scm (r-topgo): Update to 2.37.0.
This commit is contained in:
Ricardo Wurmus 2019-12-15 15:11:37 +01:00
parent e3a2b96c80
commit 323f42b2ca
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7985,13 +7985,13 @@ information about the latest version of the Gene Ontologies.")
(define-public r-topgo
(package
(name "r-topgo")
(version "2.36.0")
(version "2.37.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "topGO" version))
(sha256
(base32
"09z42jwz5vh289ijz3x68zv5vmgkgcbhlp73vvmna1gld5lh5kz1"))))
"1cplr92aq3pa266ilvmg9xfmc95gag89b5jka04a5mh88j24y2ca"))))
(properties
`((upstream-name . "topGO")))
(build-system r-build-system)