guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

72/158: gnu: r-ggeffects: Update to 1.3.0.


From: guix-commits
Subject: 72/158: gnu: r-ggeffects: Update to 1.3.0.
Date: Mon, 28 Aug 2023 11:11:36 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d7703f379ec50f4b0d2d481447852b25f457a307
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 14:16:26 2023 +0200

    gnu: r-ggeffects: Update to 1.3.0.
    
    * gnu/packages/cran.scm (r-ggeffects): Update to 1.3.0.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 252c2a00a1..45cc08be60 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16103,14 +16103,14 @@ effects models and Bayesian models.")
 (define-public r-ggeffects
   (package
     (name "r-ggeffects")
-    (version "1.2.3")
+    (version "1.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggeffects" version))
        (sha256
         (base32
-         "13m9di2q1npsc3mxrzkcznpq25y1brbwjixayy5ag8d9skvfx9hk"))))
+         "145lqfkbawfm9nb23znd80v80j4a5jj8fgyilxqf8pxbqdbwmqql"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-insight))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]