GNU bug report logs - #67647
[PATCH] gnu: valgrind: Update to 3.22.0.

Previous Next

Package: guix-patches;

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

Date: Tue, 5 Dec 2023 19:52:04 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#67647: closed ([PATCH] gnu: valgrind: Update to 3.22.0.)
Date: Sun, 07 Jan 2024 14:25:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 07 Jan 2024 15:23:47 +0100
with message-id <87jzolcjd8.fsf <at> gnu.org>
and subject line Re: [bug#67647] [PATCH] gnu: valgrind: Update to 3.22.0.
has caused the debbugs.gnu.org bug report #67647,
regarding [PATCH] gnu: valgrind: Update to 3.22.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
67647: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67647
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: valgrind: Update to 3.22.0.
Date: Tue,  5 Dec 2023 19:51:29 +0000
* gnu/packages/valgrind.scm (valgrind): Update to 3.22.0.

Change-Id: I336c4208d0a15e54ea8ae0238b898b8a909eea62
---
 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 ee39bb2fb0..63e7c916ba 100644
--- a/gnu/packages/valgrind.scm
+++ b/gnu/packages/valgrind.scm
@@ -39,7 +39,7 @@ (define-module (gnu packages valgrind)
 (define-public valgrind
   (package
     (name "valgrind")
-    (version "3.20.0")
+    (version "3.22.0")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "https://sourceware.org/pub/valgrind"
@@ -48,7 +48,7 @@ (define-public valgrind
                                         "/valgrind-" version ".tar.bz2")))
               (sha256
                (base32
-                "1ipkp6yi202pml2r0qwflysmq86dkqd8iyi1y51d6y70vcqw0dl5"))))
+                "0k1ddnzxfpbng2sp5r31jjxsmp35g977rx6a8jcp4prcvmddn4f8"))))
     (build-system gnu-build-system)
     (outputs '("doc"                              ;16 MB
                "out"))

-- 
2.40.1



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Greg Hogan <code <at> greghogan.com>
Cc: 67647-done <at> debbugs.gnu.org
Subject: Re: [bug#67647] [PATCH] gnu: valgrind: Update to 3.22.0.
Date: Sun, 07 Jan 2024 15:23:47 +0100
Greg Hogan <code <at> greghogan.com> skribis:

> * gnu/packages/valgrind.scm (valgrind): Update to 3.22.0.
>
> Change-Id: I336c4208d0a15e54ea8ae0238b898b8a909eea62

Finally applied, thanks!

Ludo'.


This bug report was last modified 1 year and 139 days ago.

Previous Next


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