gnu: r-insight: Update to 0.8.1.

* gnu/packages/cran.scm (r-insight): Update to 0.8.1.
This commit is contained in:
Ricardo Wurmus 2020-02-19 21:09:10 +01:00
parent 8151a35812
commit cedf4aa48c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6383,14 +6383,14 @@ (define-public r-prediction
(define-public r-insight (define-public r-insight
(package (package
(name "r-insight") (name "r-insight")
(version "0.8.0") (version "0.8.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "insight" version)) (uri (cran-uri "insight" version))
(sha256 (sha256
(base32 (base32
"1bkcwvjpfy4q4k478x8x42yiqz6v0fk6z6hfp6fli3h63smlmck0")))) "1y889bydmji3pcq2bdf6xl6ikmd45wbwl53ssvsk05b5ahkyxi76"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://easystats.github.io/insight/") (home-page "https://easystats.github.io/insight/")
(synopsis "Easy access to model information for various model objects") (synopsis "Easy access to model information for various model objects")