guix-commits
[Top][All Lists]
Advanced

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

56/89: gnu: r-sjplot: Update to 2.8.4.


From: guix-commits
Subject: 56/89: gnu: r-sjplot: Update to 2.8.4.
Date: Thu, 11 Jun 2020 11:04:25 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit fc1db3fcf55c8128b977c774681e8df8e4be430e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 11 15:09:47 2020 +0200

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



reply via email to

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