guix-commits
[Top][All Lists]
Advanced

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

65/174: gnu: r-ggeffects: Update to 1.2.3.


From: guix-commits
Subject: 65/174: gnu: r-ggeffects: Update to 1.2.3.
Date: Wed, 12 Jul 2023 08:31:20 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c62608ab3a5aeb19af684d52cef17401e5c90800
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 15:35:25 2023 +0200

    gnu: r-ggeffects: Update to 1.2.3.
    
    * gnu/packages/cran.scm (r-ggeffects): Update to 1.2.3.
---
 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 29d972e5fb..862864ee86 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15631,14 +15631,14 @@ effects models and Bayesian models.")
 (define-public r-ggeffects
   (package
     (name "r-ggeffects")
-    (version "1.2.2")
+    (version "1.2.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggeffects" version))
        (sha256
         (base32
-         "1nmlx64g2x3xprhm99axw2n1agmbhwz2ck1wy16a8ach6az7rf4x"))))
+         "13m9di2q1npsc3mxrzkcznpq25y1brbwjixayy5ag8d9skvfx9hk"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-insight))



reply via email to

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