me
/
guix
Archived
1
0
Fork 0

gnu: r-ggeffects: Update to 1.2.3.

* gnu/packages/cran.scm (r-ggeffects): Update to 1.2.3.
master
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
1 changed files with 2 additions and 2 deletions

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))