gnu: r-ggeffects: Update to 1.2.3.

* gnu/packages/cran.scm (r-ggeffects): Update to 1.2.3.
This commit is contained in:
Ricardo Wurmus 2023-07-11 15:35:25 +02:00
parent cbc2b21497
commit c62608ab3a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15631,14 +15631,14 @@ effects models and Bayesian models.")
(define-public r-ggeffects
(package
(name "r-ggeffects")
(version "1.2.2")
(version "1.2.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggeffects" version))
(sha256
(base32
"1nmlx64g2x3xprhm99axw2n1agmbhwz2ck1wy16a8ach6az7rf4x"))))
"13m9di2q1npsc3mxrzkcznpq25y1brbwjixayy5ag8d9skvfx9hk"))))
(build-system r-build-system)
(propagated-inputs
(list r-insight))