guix-commits
[Top][All Lists]
Advanced

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

35/93: gnu: r-sjplot: Update to 2.8.6.


From: guix-commits
Subject: 35/93: gnu: r-sjplot: Update to 2.8.6.
Date: Sat, 31 Oct 2020 08:46:10 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4adef5cb84fa220a88f3ff5d9cc7c805d7dc10a2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Oct 31 13:42:26 2020 +0100

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



reply via email to

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