gnu: r-insight: Update to 0.20.1.

* gnu/packages/cran.scm (r-insight): Update to 0.20.1.

Change-Id: I1d61ae248704d6ac9ab6b2d7823f9cc63ea327ee
This commit is contained in:
Ricardo Wurmus 2024-07-02 14:58:38 +02:00
parent eb06d2e43d
commit 63859453db
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15306,14 +15306,14 @@ (define-public r-prettygraphs
(define-public r-insight
(package
(name "r-insight")
(version "0.19.11")
(version "0.20.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "insight" version))
(sha256
(base32
"0za6f3bvkybd84jyazg1n03lhzl1w3mpca5c0qsygkgbbyhiddbj"))))
"19lg5dipnwlfxzcpq2mj348f8pnzn6i7sj77hf5ppzha370acgy2"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))