mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-topgo: Update to 2.38.1.
* gnu/packages/bioinformatics.scm (r-topgo): Update to 2.38.1.
This commit is contained in:
parent
4997ff5c1b
commit
04b181cb15
1 changed files with 2 additions and 2 deletions
|
@ -7991,13 +7991,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.37.0")
|
(version "2.38.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "topGO" version))
|
(uri (bioconductor-uri "topGO" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cplr92aq3pa266ilvmg9xfmc95gag89b5jka04a5mh88j24y2ca"))))
|
"1kw9m2j67895k58lx9msc248pjwblp8clxwgsl01cql7sgi1xzlf"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "topGO")))
|
`((upstream-name . "topGO")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue