guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: re2c: Update to 2.1.1.


From: guix-commits
Subject: branch master updated: gnu: re2c: Update to 2.1.1.
Date: Sat, 15 May 2021 16:19:13 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3a838e7  gnu: re2c: Update to 2.1.1.
3a838e7 is described below

commit 3a838e70c51a13c475505d210535388bdbd7fb36
Author: Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: Sat May 15 11:11:35 2021 +0100

    gnu: re2c: Update to 2.1.1.
    
    * gnu/packages/re2c.scm (re2c): Update to 2.1.1.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 3b32961..e13d15e 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++")



reply via email to

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