gnu: r-lazyeval: Update to 0.2.1.

* gnu/packages/statistics.scm (r-lazyeval): Update to 0.2.1.
This commit is contained in:
Ricardo Wurmus 2017-11-03 11:59:16 +01:00
parent 6b968c4cd3
commit bc409c8d3b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1159,13 +1159,13 @@ (define-public r-assertthat
(define-public r-lazyeval
(package
(name "r-lazyeval")
(version "0.2.0")
(version "0.2.1")
(source (origin
(method url-fetch)
(uri (cran-uri "lazyeval" version))
(sha256
(base32
"1jwdz40nznlc44hpjli7h98gnpa4d98ifggmj7z88h84n9aqywqk"))))
"0q9zx78ncy2ffzrf9sh053069kd3w1xn1ss3gsbyf3y4jhza9cw3"))))
(build-system r-build-system)
(home-page "https://github.com/hadley/lazyeval")
(synopsis "Lazy (non-standard) evaluation in R")