unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63387] [PATCH] gnu: valgrind: Update to 3.21.0
@ 2023-05-09  6:39 Andy Tai
  2023-05-11  6:02 ` [bug#63387] [PATCH staging v2] " Andy Tai
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2023-05-09  6:39 UTC (permalink / raw)
  To: 63387; +Cc: Andy Tai

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#63387] [PATCH staging v2] gnu: valgrind: Update to 3.21.0
  2023-05-09  6:39 [bug#63387] [PATCH] gnu: valgrind: Update to 3.21.0 Andy Tai
@ 2023-05-11  6:02 ` Andy Tai
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Tai @ 2023-05-11  6:02 UTC (permalink / raw)
  To: 63387; +Cc: Andy Tai

* 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: b4e5844700b2304bfde451322feb5797bf0c6179
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-11  6:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-09  6:39 [bug#63387] [PATCH] gnu: valgrind: Update to 3.21.0 Andy Tai
2023-05-11  6:02 ` [bug#63387] [PATCH staging v2] " Andy Tai

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).