me
/
guix
Archived
1
0
Fork 0

gnu: r-ggeffects: Update to 1.2.2.

* gnu/packages/cran.scm (r-ggeffects): Update to 1.2.2.
master
Ricardo Wurmus 2023-05-09 14:25:47 +02:00
parent 0933e43de8
commit 758a371f6f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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