guix-commits
[Top][All Lists]
Advanced

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

28/74: gnu: r-evaluate: Update to 0.13.


From: guix-commits
Subject: 28/74: gnu: r-evaluate: Update to 0.13.
Date: Thu, 7 Mar 2019 17:53:05 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1f7a76a0c164ecf9b4a153ce0c8ce828db255893
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 7 23:35:28 2019 +0100

    gnu: r-evaluate: Update to 0.13.
    
    * gnu/packages/statistics.scm (r-evaluate): Update to 0.13.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 24aef99..3be9a46 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1310,13 +1310,13 @@ for template use among CRAN packages.")
 (define-public r-evaluate
   (package
     (name "r-evaluate")
-    (version "0.12")
+    (version "0.13")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "evaluate" version))
               (sha256
                (base32
-                "11rpn40153kcvqqrfhg2ldqfs68frg6yzsl0k3rxnlnv4c0v008g"))))
+                "0igvc27rsqxcswjb9slnpi5d509rffxn1y5d82hgqvv970nl3p2q"))))
     (build-system r-build-system)
     (home-page "https://github.com/hadley/evaluate";)
     (synopsis "Parsing and evaluation tools for R")



reply via email to

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