guix-commits
[Top][All Lists]
Advanced

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

60/150: gnu: r-sjplot: Update to 2.8.7.


From: guix-commits
Subject: 60/150: gnu: r-sjplot: Update to 2.8.7.
Date: Wed, 20 Jan 2021 11:20:54 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit bf9e5db035e192556f6adeb2043caabcd4b38b13
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 17:10:20 2021 +0100

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



reply via email to

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