gnu: r-lazyeval: Update to 0.2.2.

* gnu/packages/statistics.scm (r-lazyeval): Update to 0.2.2.
This commit is contained in:
Ricardo Wurmus 2019-03-20 23:33:33 +01:00
parent a9c8127290
commit 1f2862b1be
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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