mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: r-gostats: Update to 2.66.0.
* gnu/packages/bioconductor.scm (r-gostats): Update to 2.66.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
96613abcc5
commit
57e4aab4ee
1 changed files with 3 additions and 2 deletions
|
@ -7031,14 +7031,14 @@ (define-public r-globaltest
|
||||||
(define-public r-gostats
|
(define-public r-gostats
|
||||||
(package
|
(package
|
||||||
(name "r-gostats")
|
(name "r-gostats")
|
||||||
(version "2.64.0")
|
(version "2.66.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
|
||||||
"07chyfkq8nwxjgnlrrwza8jw996dq0ki4bzdfalj9yl1iac1pnys"))))
|
"1jjcjc1zp42l3gw36rr84al07ghih0cjx4p8gn8rlmv1jsz6kp1h"))))
|
||||||
(properties `((upstream-name . "GOstats")))
|
(properties `((upstream-name . "GOstats")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -7051,6 +7051,7 @@ (define-public r-gostats
|
||||||
r-graph
|
r-graph
|
||||||
r-rgraphviz
|
r-rgraphviz
|
||||||
r-rbgl))
|
r-rbgl))
|
||||||
|
(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")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue