mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: r-insight: Update to 0.20.3.
* gnu/packages/cran.scm (r-insight): Update to 0.20.3. Change-Id: I79d43b239b125fe54a4e5114096bfcd9e96d8e18
This commit is contained in:
parent
01ecf5847b
commit
4c99d38d1f
1 changed files with 2 additions and 2 deletions
|
@ -15305,14 +15305,14 @@ (define-public r-prettygraphs
|
|||
(define-public r-insight
|
||||
(package
|
||||
(name "r-insight")
|
||||
(version "0.20.1")
|
||||
(version "0.20.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "insight" version))
|
||||
(sha256
|
||||
(base32
|
||||
"19lg5dipnwlfxzcpq2mj348f8pnzn6i7sj77hf5ppzha370acgy2"))))
|
||||
"1ckb25cbf6xg425fnkz86hxvmyrdkkl7889bkj73cg6d96c1h3mn"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue