gnu: r-insight: Update to 0.19.10.

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

Change-Id: I63b3660c17b77d2daca830da2ef646a6ca59b38f
This commit is contained in:
Ricardo Wurmus 2024-03-27 12:35:52 +01:00
parent 253e19ed25
commit 3e66f6a61b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14550,14 +14550,14 @@ (define-public r-prettygraphs
(define-public r-insight
(package
(name "r-insight")
(version "0.19.9")
(version "0.19.10")
(source
(origin
(method url-fetch)
(uri (cran-uri "insight" version))
(sha256
(base32
"0q6wd28bnav9vwzprwvm9fhpmhqvq85iyg4h503lavcvi5g39a9x"))))
"0sh7pwnrlggizzpi0smpdq9fds2v8ql3bwdg4yxa2z2apaq3xk6y"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))