gnu: r-insight: Update to 0.19.8.

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

Change-Id: I35e107cb3fb2a549f3b18967c7969ad367ab8497
This commit is contained in:
Ricardo Wurmus 2024-02-01 22:13:02 +01:00
parent c0f61bf972
commit e5b92f30a4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14278,14 +14278,14 @@ (define-public r-prettygraphs
(define-public r-insight
(package
(name "r-insight")
(version "0.19.7")
(version "0.19.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "insight" version))
(sha256
(base32
"01hzwz05zz8kxf8hgmz6i4npxwv12723bkv9jk3hhhghlc9lr9a1"))))
"1f76fqrcv54l01z2nb46ysh3f41j06nqpn4ffn2gmjfggmj4xvwq"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))