GNU bug report logs -
#64579
[PATCH] gnu: libleak: Update to 0.3.6.
Previous Next
Reported by: Michael Ford <fanquake <at> gmail.com>
Date: Wed, 12 Jul 2023 09:28:01 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#64579: [PATCH] gnu: libleak: Update to 0.3.6.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 64579 <at> debbugs.gnu.org.
--
64579: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64579
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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.
--
Ricardo
[Message part 3 (message/rfc822, inline)]
From 790f44dde3a2a68ac9525f45b72ba65f8486d0f0 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> 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(-)
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
--
2.41.0
This bug report was last modified 1 year and 350 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.