me
/
guix
Archived
1
0
Fork 0

gnu: r-lazyeval: Update to 0.2.0.

* gnu/packages/statistics.scm (r-lazyeval): Update to 0.2.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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")