mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 10:09:15 -05:00
gnu: r-insight: Update to 0.20.1.
* gnu/packages/cran.scm (r-insight): Update to 0.20.1. Change-Id: I1d61ae248704d6ac9ab6b2d7823f9cc63ea327ee
This commit is contained in:
parent
eb06d2e43d
commit
63859453db
1 changed files with 2 additions and 2 deletions
|
@ -15306,14 +15306,14 @@ (define-public r-prettygraphs
|
|||
(define-public r-insight
|
||||
(package
|
||||
(name "r-insight")
|
||||
(version "0.19.11")
|
||||
(version "0.20.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "insight" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0za6f3bvkybd84jyazg1n03lhzl1w3mpca5c0qsygkgbbyhiddbj"))))
|
||||
"19lg5dipnwlfxzcpq2mj348f8pnzn6i7sj77hf5ppzha370acgy2"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue