gnu: r-ggeffects: Update to 1.7.1.

* gnu/packages/cran.scm (r-ggeffects): Update to 1.7.1.

Change-Id: Ia9fdfd5ac287d9c85ea7b1303e176cb62670a0b2
This commit is contained in:
Ricardo Wurmus 2024-09-02 13:09:41 +02:00
parent c371fccfff
commit af0f729823
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -18388,14 +18388,14 @@ effects models and Bayesian models.")
(define-public r-ggeffects
(package
(name "r-ggeffects")
(version "1.7.0")
(version "1.7.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggeffects" version))
(sha256
(base32
"1pbg6iwnbh7cwdzhb44knnbv70lkcgjzrzwyhdzv28vmyc7qy9cj"))))
"0d705i4ci1bgfd2pmrq57dwmnrcyxppj2x01zj883vg880qyrmbh"))))
(build-system r-build-system)
(propagated-inputs
(list r-insight))