guix-commits
[Top][All Lists]
Advanced

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

50/143: gnu: r-sjplot: Update to 2.8.12.


From: guix-commits
Subject: 50/143: gnu: r-sjplot: Update to 2.8.12.
Date: Tue, 29 Nov 2022 13:29:24 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 13671bc2b629c394848752c00a75931039f12ff3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 29 15:22:13 2022 +0100

    gnu: r-sjplot: Update to 2.8.12.
    
    * gnu/packages/cran.scm (r-sjplot): Update to 2.8.12.
---
 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 cefdddca5d..1a4df76895 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13565,13 +13565,13 @@ conversion of indices such as Cohen's d, r, odds, 
etc.")
 (define-public r-sjplot
   (package
     (name "r-sjplot")
-    (version "2.8.11")
+    (version "2.8.12")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "sjPlot" version))
        (sha256
-        (base32 "05iimcf1if1cx9bmsjb6f5gcq58hjiw10vx7kqd4nqnyhzcvy8yr"))))
+        (base32 "0g6r4p1r70jjzw74177kxcx2br2n206jwlqazw0vxcsbffb8a411"))))
     (properties `((upstream-name . "sjPlot")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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