guix-commits
[Top][All Lists]
Advanced

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

23/55: gnu: r-lazyeval: Update to 0.2.0.


From: Ricardo Wurmus
Subject: 23/55: gnu: r-lazyeval: Update to 0.2.0.
Date: Mon, 12 Sep 2016 15:45:01 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 6d6a917a16bc07fef3b08d5a2b78867c35b9e33c
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 12 15:18:31 2016 +0200

    gnu: r-lazyeval: Update to 0.2.0.
    
    * gnu/packages/statistics.scm (r-lazyeval): Update to 0.2.0.
---
 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 c597a65..65edc8e 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -683,13 +683,13 @@ wrong.")
 (define-public r-lazyeval
   (package
     (name "r-lazyeval")
-    (version "0.1.10")
+    (version "0.2.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "lazyeval" version))
               (sha256
                (base32
-                "02qfpn2fmy78vx4jxr7g7rhqzcm1kcivfwai7lbh0vvpawia0qwh"))))
+                "1jwdz40nznlc44hpjli7h98gnpa4d98ifggmj7z88h84n9aqywqk"))))
     (build-system r-build-system)
     (home-page "https://github.com/hadley/lazyeval";)
     (synopsis "Lazy (non-standard) evaluation in R")



reply via email to

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