mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-ggeffects: Update to 1.2.1.
* gnu/packages/cran.scm (r-ggeffects): Update to 1.2.1.
This commit is contained in:
parent
c840a7621a
commit
06151f4908
1 changed files with 2 additions and 2 deletions
|
@ -15178,14 +15178,14 @@ (define-public r-performance
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue