GNU bug report logs - #77903
[PATCH c++-team 0/1] Update valgrind.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Fri, 18 Apr 2025 15:20:04 UTC

Severity: normal

Tags: patch

Done: Greg Hogan <code <at> greghogan.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Greg Hogan <code <at> greghogan.com>
To: 77903 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>, Greg Hogan <code <at> greghogan.com>
Subject: [bug#77903] [PATCH c++-team 1/1] gnu: valgrind: Update to 3.24.0.
Date: Fri, 18 Apr 2025 15:20:46 +0000
* gnu/packages/valgrind.scm (valgrind): Update to 3.24.0.

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

diff --git a/gnu/packages/valgrind.scm b/gnu/packages/valgrind.scm
index 1bf4975667..540d6c4920 100644
--- a/gnu/packages/valgrind.scm
+++ b/gnu/packages/valgrind.scm
@@ -40,7 +40,7 @@ (define-module (gnu packages valgrind)
 (define-public valgrind
   (package
     (name "valgrind")
-    (version "3.22.0")
+    (version "3.24.0")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "https://sourceware.org/pub/valgrind"
@@ -49,7 +49,7 @@ (define-public valgrind
                                         "/valgrind-" version ".tar.bz2")))
               (sha256
                (base32
-                "0k1ddnzxfpbng2sp5r31jjxsmp35g977rx6a8jcp4prcvmddn4f8"))))
+                "1g83xh1ggbh3qnpn6q14dkdsfkqk2p1ykxyck0wff6pgpl1f5bki"))))
     (build-system gnu-build-system)
     (outputs '("doc"                              ;16 MB
                "out"))
-- 
2.49.0





This bug report was last modified 16 days ago.

Previous Next


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