me
/
guix
Archived
1
0
Fork 0

gnu: r-ggeffects: Update to 0.8.0.

* gnu/packages/cran.scm (r-ggeffects): Update to 0.8.0.
master
Ricardo Wurmus 2019-01-12 21:38:17 +01:00
parent de7631b278
commit 6eab52e0dd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7527,14 +7527,14 @@ differentiation.")
(define-public r-ggeffects
(package
(name "r-ggeffects")
(version "0.7.0")
(version "0.8.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggeffects" version))
(sha256
(base32
"070c3fxmzajq2fy816s5pfqdyjlnzkabj97z7fcsva4h5rnqi9d6"))))
"152xyadj5m171z7dlzzy40y1fp2l9v46525dlw2al3qr0b7zpm61"))))
(build-system r-build-system)
(propagated-inputs
`(("r-crayon" ,r-crayon)