gnu: r-insight: Update to 0.8.5.

* gnu/packages/cran.scm (r-insight): Update to 0.8.5.
This commit is contained in:
Ricardo Wurmus 2020-06-11 15:07:59 +02:00
parent ee19cc9a4b
commit 2ab00525df
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -6645,14 +6645,14 @@ other add-on packages.")
(define-public r-insight
(package
(name "r-insight")
(version "0.8.3")
(version "0.8.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "insight" version))
(sha256
(base32
"0lm5a4r368mq1pwmxjk2xnz25lb9j4v7mdkl1bahk2alklxgb8yj"))))
"0ggczjd112kclknyxxqvjkzwzazfhjwglchafzamk4zb08ww7y7k"))))
(build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr)))