gnu: r-ggeffects: Update to 1.1.5.

* gnu/packages/cran.scm (r-ggeffects): Update to 1.1.5.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:29 +01:00
parent 1584fbcf9e
commit 9c8f4326e0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14214,14 +14214,14 @@ (define-public r-performance
(define-public r-ggeffects
(package
(name "r-ggeffects")
(version "1.1.4")
(version "1.1.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggeffects" version))
(sha256
(base32
"1j3l5v00f3xx2pwwfg1z9y31h8qja88nx7lycwj1y55ry5i6drr1"))))
"0nygl4m79b1znaj8zkxbicfp0223gpmv75n0a5v3gsh5gyn6cmyp"))))
(build-system r-build-system)
(propagated-inputs
(list r-insight))