guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: lua-lpeg: Update to 1.0.1.


From: Marius Bakke
Subject: 01/01: gnu: lua-lpeg: Update to 1.0.1.
Date: Sun, 15 Jan 2017 19:24:48 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 139c8f94ff7a3f524e8ab9331778b160e73344e2
Author: José Miguel Sánchez García <address@hidden>
Date:   Sun Jan 15 00:03:33 2017 +0100

    gnu: lua-lpeg: Update to 1.0.1.
    
    * gnu/packages/lua.scm (lua-lpeg): Update to 1.0.1.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/lua.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 65c335d..721eced 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]