gnu: r-ggeffects: Update to 1.1.1.

* gnu/packages/cran.scm (r-ggeffects): Update to 1.1.1.
This commit is contained in:
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

View file

@ -10942,14 +10942,14 @@ (define-public r-performance
(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)