guix-commits
[Top][All Lists]
Advanced

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

01/13: gnu: r-sjplot: Update to 2.7.2.


From: guix-commits
Subject: 01/13: gnu: r-sjplot: Update to 2.7.2.
Date: Thu, 3 Oct 2019 17:17:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 97b44f5ea358ab60803aee8efabb90226bd79abe
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 2 16:13:21 2019 +0200

    gnu: r-sjplot: Update to 2.7.2.
    
    * gnu/packages/cran.scm (r-sjplot): Update to 2.7.2.
---
 gnu/packages/cran.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3a9a605..a14a361 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2016, 2017 Ben Woodcroft <address@hidden>
 ;;; Copyright © 2017, 2018 Roel Janssen <address@hidden>
-;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2017 Raoul Bonnal <address@hidden>
 ;;; Copyright © 2018 Vijayalakshmi Vedantham <address@hidden>
 ;;; Copyright © 2018 Sahithi Yarlagadda <address@hidden>
@@ -8301,14 +8301,13 @@ results using @code{ggplot2}.")
 (define-public r-sjplot
   (package
     (name "r-sjplot")
-    (version "2.7.1")
+    (version "2.7.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "sjPlot" version))
        (sha256
-        (base32
-         "14shypabpahf68hd66rb1dpqhiyl3i0yx1yc85wamdvljh9fdymb"))))
+        (base32 "1kx1qqgp4fhwwwpqn9mv8m1pnpjxfs7ww36ns7j1ja4a7ydwn2hp"))))
     (properties `((upstream-name . "sjPlot")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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