guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit bdb9a18247dd89793eb412ece2d674cb93ba2b7e
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 14 19:42:09 2026 +0100

    gnu: r-ggeffects: Update to 2.3.2.
    
    * gnu/packages/cran.scm (r-ggeffects): Update to 2.3.2.
    [propagated-inputs]: Add r-reformulas.
    
    Change-Id: I7601b08c91111711b21b3c56b28b3b1f96e15cf3
---
 gnu/packages/cran.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4364a4a1ff..49176957a2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29706,17 +29706,17 @@ effects models and Bayesian models.")
 (define-public r-ggeffects
   (package
     (name "r-ggeffects")
-    (version "2.3.1")
+    (version "2.3.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggeffects" version))
        (sha256
         (base32
-         "01bx5vkcljc64mm1r8kkyk9npgbkq8g7nhhhxrlag7rr9hpsj951"))))
+         "1j5avgbq8glsdal7xgskiwjhf8swakckv4rrvcz82kz4lfdgz1x3"))))
     (build-system r-build-system)
     (propagated-inputs
-     (list r-datawizard r-insight))
+     (list r-datawizard r-insight r-reformulas))
     (native-inputs
      ;; The importer/updater generates a massive list of inputs for running
      ;; tests, but we actually don't need them.

Reply via email to