GNU bug report logs - #77951
[PATCH] gnu: gperf: Update to 3.3.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Mon, 21 Apr 2025 09:29:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Andy Tai <atai <at> atai.org>
To: 77951 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [bug#77951] [PATCH] gnu: gperf: Update to 3.3.
Date: Mon, 21 Apr 2025 02:28:35 -0700
* gnu/packages/gperf.scm (gperf): Update to 3.3.

Change-Id: I34c9e5705cd0ec0b5122f341d14abeb9bed249de
---
 gnu/packages/gperf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gperf.scm b/gnu/packages/gperf.scm
index e20c6bd061..0a653ccb84 100644
--- a/gnu/packages/gperf.scm
+++ b/gnu/packages/gperf.scm
@@ -25,7 +25,7 @@ (define-module (gnu packages gperf)
 (define-public gperf
   (package
     (name "gperf")
-    (version "3.1")
+    (version "3.3")
     (source
      (origin
       (method url-fetch)
@@ -33,7 +33,7 @@ (define-public gperf
                           version ".tar.gz"))
       (sha256
        (base32
-        "1qispg6i508rq8pkajh26cznwimbnj06wq9sd85vg95v8nwld1aq"))))
+        "1n2ac3cxinbfbq41jdpb7mlz58q3vga6rzbshdaf0fp4lymy11zx"))))
     (build-system gnu-build-system)
     (arguments '(#:parallel-tests? #f))
     (home-page "https://www.gnu.org/software/gperf/")

base-commit: 3ed24b2354907fd9ca4de6fa3ef0dc3015cafbca
-- 
2.43.0





This bug report was last modified 116 days ago.

Previous Next


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