unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44846] [PATCH] gnu: re2c: Update to 2.0.3.
@ 2020-11-24 17:50 Sergei Trofimovich
  2020-11-24 21:13 ` bug#44846: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Sergei Trofimovich @ 2020-11-24 17:50 UTC (permalink / raw)
  To: 44846; +Cc: Sergei Trofimovich

* gnu/packages/re2c.scm (re2c): Update to 2.0.3.

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 427195fd5f..759a1596ab 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++")
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#44846: [PATCH] gnu: re2c: Update to 2.0.3.
  2020-11-24 17:50 [bug#44846] [PATCH] gnu: re2c: Update to 2.0.3 Sergei Trofimovich
@ 2020-11-24 21:13 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-11-24 21:13 UTC (permalink / raw)
  To: Sergei Trofimovich; +Cc: 44846-done

Hello,

Sergei Trofimovich <slyfox@gentoo.org> writes:

> * gnu/packages/re2c.scm (re2c): Update to 2.0.3.

Applied. Thank you.

> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

Note that in Guix, you don't sign your own commits. The commiter does,
however.

I also updated your copyright line in the re2c.scm file.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-24 21:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-24 17:50 [bug#44846] [PATCH] gnu: re2c: Update to 2.0.3 Sergei Trofimovich
2020-11-24 21:13 ` bug#44846: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).