diff mbox series

[bug#64579] gnu: libleak: Update to 0.3.6.

Message ID CAFyhPjWQUnaNLkFZ2FGhSA+zBV7tEse00XyNHtaOHqEdvQyQwQ@mail.gmail.com
State New
Headers show
Series [bug#64579] gnu: libleak: Update to 0.3.6. | expand

Commit Message

Michael Ford July 12, 2023, 9:27 a.m. UTC
From 790f44dde3a2a68ac9525f45b72ba65f8486d0f0 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Wed, 12 Jul 2023 10:08:56 +0100
Subject: [PATCH] gnu: libleak: Update to 0.3.6.

* gnu/packages/debug.scm (libleak): Update to 0.3.6.
---
 gnu/packages/debug.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Ricardo Wurmus July 13, 2023, 8:48 a.m. UTC | #1
Thank you for the patch (and sorry for the unrelated email I
accendentally sent to this issue).

I’ve applied it and pushed to the “master” branch with commit
dd4c1992103a65b8fbdc80fe07a9fe9be822769a.
diff mbox series

Patch

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 7283d04bd2..0c97f61ccb 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -716,7 +716,7 @@  (define-public libbacktrace
 (define-public libleak
   (package
     (name "libleak")
-    (version "0.3.5")
+    (version "0.3.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -725,7 +725,7 @@  (define-public libleak
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1p8mb0hcfp8hdv1klv6rrpkn2zlhjxgkxbbjsk8kszxv7ijln87d"))))
+                "1p6x20mm0dym2qn10d6cvwmh71m93xwcd319g94zkv88hj5q17n6"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ;no test suite