me
/
guix
Archived
1
0
Fork 0

gnu: r-ggeffects: Update to 1.1.1.

* gnu/packages/cran.scm (r-ggeffects): Update to 1.1.1.
Ricardo Wurmus 2021-07-29 17:10:37 +02:00
parent 07726b8575
commit 1cc30d1eb6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10942,14 +10942,14 @@ effects models and Bayesian models.")
(define-public r-ggeffects
(package
(name "r-ggeffects")
(version "1.1.0")
(version "1.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggeffects" version))
(sha256
(base32
"1qb9d7nfs1hkgxhr6pkdrxxx7f8ar8g3si95bsm7wgl94xf2d8di"))))
"0xrb105kblkj3l9zlj9yy52rjlmx5x2aai1wwb5zvjr1f6nlc84l"))))
(build-system r-build-system)
(propagated-inputs
`(("r-insight" ,r-insight)