me
/
guix
Archived
1
0
Fork 0

gnu: r-ggeffects: Update to 1.2.1.

* gnu/packages/cran.scm (r-ggeffects): Update to 1.2.1.
master
Ricardo Wurmus 2023-04-06 17:32:37 +02:00 committed by Maxim Cournoyer
parent 527f03eea2
commit 4191eb492f
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

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