* [bug#48436] [PATCH] gnu: re2c: Update to 2.1.1.
@ 2021-05-15 10:11 Sergei Trofimovich
2021-05-15 20:18 ` bug#48436: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Sergei Trofimovich @ 2021-05-15 10:11 UTC (permalink / raw)
To: 48436; +Cc: Sergei Trofimovich
* gnu/packages/re2c.scm (re2c): Update to 2.1.1.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
---
gnu/packages/re2c.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/re2c.scm b/gnu/packages/re2c.scm
index 3b329617c7..e13d15e97a 100644
--- a/gnu/packages/re2c.scm
+++ b/gnu/packages/re2c.scm
@@ -26,7 +26,7 @@
(define-public re2c
(package
(name "re2c")
- (version "2.0.3")
+ (version "2.1.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/skvadrik/" name
@@ -34,7 +34,7 @@
name "-" version ".tar.xz"))
(sha256
(base32
- "0y22fiyv2pqmq8asb2p5hzcf7ibjdrz7nl16rlpzy8damaw1xg5j"))))
+ "1y0iwxpkdmw5fcqacs209ix49aasfy88hqmx3qa26m7xz9jf4vh3"))))
(build-system gnu-build-system)
(home-page "https://re2c.org/")
(synopsis "Lexer generator for C/C++")
--
2.31.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#48436: [PATCH] gnu: re2c: Update to 2.1.1.
2021-05-15 10:11 [bug#48436] [PATCH] gnu: re2c: Update to 2.1.1 Sergei Trofimovich
@ 2021-05-15 20:18 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-05-15 20:18 UTC (permalink / raw)
To: Sergei Trofimovich; +Cc: 48436-done
[-- Attachment #1: Type: text/plain, Size: 236 bytes --]
Patch pushed. Thanks!
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-05-15 20:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-15 10:11 [bug#48436] [PATCH] gnu: re2c: Update to 2.1.1 Sergei Trofimovich
2021-05-15 20:18 ` bug#48436: " Efraim Flashner
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.