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
1 changed files with 2 additions and 2 deletions

View File

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