gnu: r-insight: Update to 0.9.0.

* gnu/packages/cran.scm (r-insight): Update to 0.9.0.
This commit is contained in:
Ricardo Wurmus 2020-08-12 11:57:03 +02:00
parent 16fe6f5686
commit be6afce26f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6934,14 +6934,14 @@ (define-public r-prediction
(define-public r-insight
(package
(name "r-insight")
(version "0.8.5")
(version "0.9.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "insight" version))
(sha256
(base32
"0ggczjd112kclknyxxqvjkzwzazfhjwglchafzamk4zb08ww7y7k"))))
"1ajc8c5mi3ma5411lmlqp2ihkk5n0h8a1c0r3j07wk33p31c1qvl"))))
(build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr)))