mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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:
parent
e3a2b96c80
commit
323f42b2ca
1 changed files with 2 additions and 2 deletions
|
@ -7985,13 +7985,13 @@ (define-public r-go-db
|
||||||
(define-public r-topgo
|
(define-public r-topgo
|
||||||
(package
|
(package
|
||||||
(name "r-topgo")
|
(name "r-topgo")
|
||||||
(version "2.36.0")
|
(version "2.37.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
|
||||||
"09z42jwz5vh289ijz3x68zv5vmgkgcbhlp73vvmna1gld5lh5kz1"))))
|
"1cplr92aq3pa266ilvmg9xfmc95gag89b5jka04a5mh88j24y2ca"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "topGO")))
|
`((upstream-name . "topGO")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue