GNU bug report logs -
#63387
[PATCH] gnu: valgrind: Update to 3.21.0
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Tue, 9 May 2023 06:41:01 UTC
Severity: normal
Tags: patch
Done: Andy Tai <atai <at> atai.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/valgrind.scm (valgrind): Update to 3.21.0
---
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 7203745034..321d2b8b38 100644
--- a/gnu/packages/valgrind.scm
+++ b/gnu/packages/valgrind.scm
@@ -38,7 +38,7 @@ (define-module (gnu packages valgrind)
(define-public valgrind
(package
(name "valgrind")
- (version "3.20.0")
+ (version "3.21.0")
(source (origin
(method url-fetch)
(uri (list (string-append "https://sourceware.org/pub/valgrind"
@@ -47,7 +47,7 @@ (define-public valgrind
"/valgrind-" version ".tar.bz2")))
(sha256
(base32
- "1ipkp6yi202pml2r0qwflysmq86dkqd8iyi1y51d6y70vcqw0dl5"))))
+ "0wf9k8xj99n82777y3ca8ii1f8g1lfq555dpdv8zlcrypcc1dkhh"))))
(build-system gnu-build-system)
(outputs '("doc" ;16 MB
"out"))
base-commit: 50249cab3a98839ade2433456fe618acc6f804a5
--
2.39.2
This bug report was last modified 1 year and 101 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.