gnu: r-lazyeval: Update to 0.2.0.

* gnu/packages/statistics.scm (r-lazyeval): Update to 0.2.0.
This commit is contained in:
Ricardo Wurmus 2016-09-12 15:18:31 +02:00
parent bf1e9e4517
commit 6d6a917a16
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -683,13 +683,13 @@ (define-public r-assertthat
(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")