gnu: r-insight: Update to 0.18.6.

* gnu/packages/cran.scm (r-insight): Update to 0.18.6.
This commit is contained in:
Ricardo Wurmus 2022-11-04 08:23:29 +01:00
parent 24a126e9a0
commit e4a1dee4b2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10599,14 +10599,14 @@ (define-public r-prettygraphs
(define-public r-insight
(package
(name "r-insight")
(version "0.18.3")
(version "0.18.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "insight" version))
(sha256
(base32
"1bj6dliin3draqb447zyy1w4z277n8rj5sdl3lnx468bq1yqc8h9"))))
"1bhwfx75lnjrvn6byl2dn8fzfh2in2msghxwyy9jwpvnxk4c63db"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))