guix-commits
[Top][All Lists]
Advanced

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

70/158: gnu: r-sjplot: Update to 2.8.13.


From: guix-commits
Subject: 70/158: gnu: r-sjplot: Update to 2.8.13.
Date: Sun, 19 Mar 2023 13:24:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6bb6706c42ca4b95c1c8a9eabe316d768ce289d7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Mar 19 14:44:28 2023 +0100

    gnu: r-sjplot: Update to 2.8.13.
    
    * gnu/packages/cran.scm (r-sjplot): Update to 2.8.13.
---
 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 f5e479166e..a002372f27 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14839,13 +14839,13 @@ efficient computation even with very large data 
sets.")
 (define-public r-sjplot
   (package
     (name "r-sjplot")
-    (version "2.8.12")
+    (version "2.8.13")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "sjPlot" version))
        (sha256
-        (base32 "0g6r4p1r70jjzw74177kxcx2br2n206jwlqazw0vxcsbffb8a411"))))
+        (base32 "1pbfskhq6mbycih0ck9vhmf6plgp03w5ipk6w9z28aw3kn7mcv1z"))))
     (properties `((upstream-name . "sjPlot")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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