GNU bug report logs - #76819
[PATCH v7 00/35] Add lint-hidden-cpe-vendors property

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Fri, 7 Mar 2025 18:36:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 76819 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#76819] [PATCH v7 31/35] gnu: re2c: Update to 4.1.
Date: Fri,  7 Mar 2025 19:39:00 +0100
* gnu/packages/re2c.scm (re2c): Update to 4.1.
---
 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 eb9daf4622..9b0dd80388 100644
--- a/gnu/packages/re2c.scm
+++ b/gnu/packages/re2c.scm
@@ -28,7 +28,7 @@ (define-module (gnu packages re2c)
 (define-public re2c
   (package
     (name "re2c")
-    (version "2.2")
+    (version "4.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://github.com/skvadrik/" name
@@ -36,7 +36,7 @@ (define-public re2c
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "1nkbv3bxz1kwwql1pdlnj3lxy5h2vsaif393ivb5b9d8610mxi0g"))))
+               "12rf6879y1iqd4k0f24fykp7praxcmay282yl86z411zvfx9nzfd"))))
     (build-system gnu-build-system)
     (home-page "https://re2c.org/")
     (native-inputs
-- 
2.48.1





This bug report was last modified 99 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.