mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: r-gostats: Update to 2.68.0.
* gnu/packages/bioconductor.scm (r-gostats): Update to 2.68.0. Change-Id: I3cb2e05944fd4d120e8c34454a5df892d9e105a2
This commit is contained in:
parent
f8946a7316
commit
844ea9ff66
1 changed files with 4 additions and 4 deletions
|
@ -7736,14 +7736,14 @@ (define-public r-globaltest
|
||||||
(define-public r-gostats
|
(define-public r-gostats
|
||||||
(package
|
(package
|
||||||
(name "r-gostats")
|
(name "r-gostats")
|
||||||
(version "2.66.0")
|
(version "2.68.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "GOstats" version))
|
(uri (bioconductor-uri "GOstats" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jjcjc1zp42l3gw36rr84al07ghih0cjx4p8gn8rlmv1jsz6kp1h"))))
|
"1v10ss1gf4a3qp6hbwa2f0la9sgiwhszg4c45qd6gv0dja2v30fs"))))
|
||||||
(properties `((upstream-name . "GOstats")))
|
(properties `((upstream-name . "GOstats")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -7754,8 +7754,8 @@ (define-public r-gostats
|
||||||
r-category
|
r-category
|
||||||
r-go-db
|
r-go-db
|
||||||
r-graph
|
r-graph
|
||||||
r-rgraphviz
|
r-rbgl
|
||||||
r-rbgl))
|
r-rgraphviz))
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://bioconductor.org/packages/GOstats")
|
(home-page "https://bioconductor.org/packages/GOstats")
|
||||||
(synopsis "Tools for manipulating GO and microarrays")
|
(synopsis "Tools for manipulating GO and microarrays")
|
||||||
|
|
Loading…
Reference in a new issue