me
/
guix
Archived
1
0
Fork 0

gnu: r-insight: Update to 0.7.1.

* gnu/packages/cran.scm (r-insight): Update to 0.7.1.
master
Ricardo Wurmus 2019-12-01 10:35:59 +01:00
parent 3e3fd3b0f2
commit a346c93665
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6275,14 +6275,14 @@ other add-on packages.")
(define-public r-insight (define-public r-insight
(package (package
(name "r-insight") (name "r-insight")
(version "0.7.0") (version "0.7.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
"1alxc483r3d1ydp983m2872mxd4nj3j25qv47zzgj10nbi4y32sq")))) "0scjmr8qvwaswb9wfq2lxp1v5fl72way8cid9agrf0z1agp0adad"))))
(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")