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.0.3.


From: guix-commits
Subject: branch master updated: gnu: re2c: Update to 2.0.3.
Date: Tue, 24 Nov 2020 16:10:42 -0500

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

ngz pushed a commit to branch master
in repository guix.

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

commit 586f1a3573b5c1d595b16688d84284229cbfa24e
Author: Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: Tue Nov 24 17:50:40 2020 +0000

    gnu: re2c: Update to 2.0.3.
    
    * gnu/packages/re2c.scm (re2c): Update to 2.0.3.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 427195f..759a159 100644
--- a/gnu/packages/re2c.scm
+++ b/gnu/packages/re2c.scm
@@ -26,7 +26,7 @@
 (define-public re2c
   (package
     (name "re2c")
-    (version "1.2.1")
+    (version "2.0.3")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://github.com/skvadrik/"; name
@@ -34,7 +34,7 @@
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "05xq0571mkgr20v827jm63nhsirr8arghg4fszzswrmrnl3dfk0s"))))
+               "0y22fiyv2pqmq8asb2p5hzcf7ibjdrz7nl16rlpzy8damaw1xg5j"))))
     (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]