* [bug#67647] [PATCH] gnu: valgrind: Update to 3.22.0.
@ 2023-12-05 19:51 Greg Hogan
2024-01-07 14:23 ` bug#67647: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-12-05 19:51 UTC (permalink / raw)
To: 67647; +Cc: Greg Hogan
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#67647: [PATCH] gnu: valgrind: Update to 3.22.0.
2023-12-05 19:51 [bug#67647] [PATCH] gnu: valgrind: Update to 3.22.0 Greg Hogan
@ 2024-01-07 14:23 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-01-07 14:23 UTC (permalink / raw)
To: Greg Hogan; +Cc: 67647-done
Greg Hogan <code@greghogan.com> skribis:
> * gnu/packages/valgrind.scm (valgrind): Update to 3.22.0.
>
> Change-Id: I336c4208d0a15e54ea8ae0238b898b8a909eea62
Finally applied, thanks!
Ludo'.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-07 14:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-05 19:51 [bug#67647] [PATCH] gnu: valgrind: Update to 3.22.0 Greg Hogan
2024-01-07 14:23 ` bug#67647: " Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.