gnu: r-lazyeval: Update to 0.2.1.
* gnu/packages/statistics.scm (r-lazyeval): Update to 0.2.1.
This commit is contained in:
parent
6b968c4cd3
commit
bc409c8d3b
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue