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 (define-public r-ggeffects
(package (package
(name "r-ggeffects") (name "r-ggeffects")
(version "1.2.2") (version "1.2.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ggeffects" version)) (uri (cran-uri "ggeffects" version))
(sha256 (sha256
(base32 (base32
"1nmlx64g2x3xprhm99axw2n1agmbhwz2ck1wy16a8ach6az7rf4x")))) "13m9di2q1npsc3mxrzkcznpq25y1brbwjixayy5ag8d9skvfx9hk"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-insight)) (list r-insight))