guix-commits
[Top][All Lists]
Advanced

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

32/89: gnu: r-sjplot: Update to 2.8.5.


From: guix-commits
Subject: 32/89: gnu: r-sjplot: Update to 2.8.5.
Date: Mon, 5 Oct 2020 18:34:51 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit aed63a8731e4b857c65bf4abcb18a8e0ce1ba4eb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 5 22:13:43 2020 +0200

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



reply via email to

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