* [PATCH: gnu: lua-lpeg: Update to 1.0.1.
@ 2017-01-14 23:49 Jose Miguel Sánchez García
2017-01-15 19:25 ` Marius Bakke
0 siblings, 1 reply; 2+ messages in thread
From: Jose Miguel Sánchez García @ 2017-01-14 23:49 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 40 bytes --]
--
José Miguel Sánchez García
[-- Attachment #2: 0001-gnu-lua-lpeg-Update-to-1.0.1.patch --]
[-- Type: text/plain, Size: 1175 bytes --]
From bead1655bc8c93d34196ba9b024c55058689cd59 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Miguel=20S=C3=A1nchez=20Garc=C3=ADa?=
<jmi2k@openmailbox.org>
Date: Sun, 15 Jan 2017 00:03:33 +0100
Subject: [PATCH] gnu: lua-lpeg: Update to 1.0.1.
* gnu/packages/lua.scm (lua-lpeg): Update to 1.0.1.
---
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 65c335d37..721eceddf 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
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH: gnu: lua-lpeg: Update to 1.0.1.
2017-01-14 23:49 [PATCH: gnu: lua-lpeg: Update to 1.0.1 Jose Miguel Sánchez García
@ 2017-01-15 19:25 ` Marius Bakke
0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2017-01-15 19:25 UTC (permalink / raw)
To: Jose Miguel Sánchez García, guix-devel
[-- Attachment #1: Type: text/plain, Size: 141 bytes --]
Jose Miguel Sánchez García <jmi2k@openmailbox.org> writes:
> * gnu/packages/lua.scm (lua-lpeg): Update to 1.0.1.
Applied, thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-15 19:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-14 23:49 [PATCH: gnu: lua-lpeg: Update to 1.0.1 Jose Miguel Sánchez García
2017-01-15 19:25 ` Marius Bakke
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.