gnu: r-insight: Update to 0.20.3.

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

Change-Id: I79d43b239b125fe54a4e5114096bfcd9e96d8e18
This commit is contained in:
Ricardo Wurmus 2024-08-16 18:33:52 +02:00
parent 01ecf5847b
commit 4c99d38d1f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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