guix-commits
[Top][All Lists]
Advanced

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

15/46: gnu: r-sjplot: Update to 2.8.8.


From: guix-commits
Subject: 15/46: gnu: r-sjplot: Update to 2.8.8.
Date: Wed, 2 Jun 2021 11:27:45 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a9ecb3cf20acd8263165fbdfcbc7c9d4c3906016
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jun 2 17:23:03 2021 +0200

    gnu: r-sjplot: Update to 2.8.8.
    
    * gnu/packages/cran.scm (r-sjplot): Update to 2.8.8.
---
 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 7f707cc..c0c2f92 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10919,13 +10919,13 @@ conversion of indices such as Cohen's d, r, odds, 
etc.")
 (define-public r-sjplot
   (package
     (name "r-sjplot")
-    (version "2.8.7")
+    (version "2.8.8")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "sjPlot" version))
        (sha256
-        (base32 "1g4qabg654kwdm09ihp4h3mg64a1d7a7gsn6w56rwsidqqaxilq0"))))
+        (base32 "050aarycgzy1n8ad67pj09s8k7s7xk6dicg0kjg0ivlkyyq0shqz"))))
     (properties `((upstream-name . "sjPlot")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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