mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-insight: Update to 0.20.4.
* gnu/packages/cran.scm (r-insight): Update to 0.20.4. Change-Id: I17b052a82b76c7c0e98d7a1a2c88dbeaf841c93e
This commit is contained in:
parent
db0649de27
commit
b5c6fd5878
1 changed files with 2 additions and 2 deletions
|
@ -15482,14 +15482,14 @@ (define-public r-prettygraphs
|
|||
(define-public r-insight
|
||||
(package
|
||||
(name "r-insight")
|
||||
(version "0.20.3")
|
||||
(version "0.20.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "insight" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ckb25cbf6xg425fnkz86hxvmyrdkkl7889bkj73cg6d96c1h3mn"))))
|
||||
"0cjb14br2k8g1xf9i9s3fj9mgrw7qrg0725dsbrs6a76km94ywyy"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue