guix-commits
[Top][All Lists]
Advanced

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

85/128: gnu: r-sjplot: Update to 2.6.2.


From: guix-commits
Subject: 85/128: gnu: r-sjplot: Update to 2.6.2.
Date: Sat, 12 Jan 2019 17:36:16 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit fd7301676e66422f8ebe27e40ed5f86ecac73984
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 12 21:43:39 2019 +0100

    gnu: r-sjplot: Update to 2.6.2.
    
    * gnu/packages/cran.scm (r-sjplot): Update to 2.6.2.
---
 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 12d0f52..09cb2a1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7566,14 +7566,14 @@ results using @code{ggplot2}.")
 (define-public r-sjplot
   (package
     (name "r-sjplot")
-    (version "2.6.1")
+    (version "2.6.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "sjPlot" version))
        (sha256
         (base32
-         "13qvw2s3r96qfi8kfsn76m050ccnmckl31a9qv94xws8da99v2fk"))))
+         "0x9pbchmz4qf4c9bi52dhhgv1phfj03q1hnxic8vndl6xwib63cy"))))
     (properties `((upstream-name . "sjPlot")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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