diff options
author | José Miguel Sánchez García <jmi2k@openmailbox.org> | 2017-01-15 00:03:33 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-01-15 20:23:55 +0100 |
commit | 139c8f94ff7a3f524e8ab9331778b160e73344e2 (patch) | |
tree | a8d3986901600b590bb6a403d1dba42900e0791c /gnu/packages | |
parent | 195469904465ece92c46bc9a76630dfdd7a982bb (diff) | |
download | patches-139c8f94ff7a3f524e8ab9331778b160e73344e2.tar patches-139c8f94ff7a3f524e8ab9331778b160e73344e2.tar.gz |
gnu: lua-lpeg: Update to 1.0.1.
* gnu/packages/lua.scm (lua-lpeg): Update to 1.0.1.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/lua.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index 65c335d373..721eceddf1 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm @@ -371,13 +371,13 @@ Notable examples are GTK+, GStreamer and Webkit.") (define-public lua-lpeg (package (name "lua-lpeg") - (version "1.0.0") + (version "1.0.1") (source (origin (method url-fetch) (uri (string-append "http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-" version ".tar.gz")) (sha256 - (base32 "13mz18s359wlkwm9d9iqlyyrrwjc6iqfpa99ai0icam2b3khl68h")))) + (base32 "0sq25z3r324a324ky73izgq9mbf66j2xvjp0fxf227rwxalzgnb2")))) (build-system gnu-build-system) (arguments `(#:phases |