all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Ford <fanquake@gmail.com>
To: 64579@debbugs.gnu.org
Subject: [bug#64579] [PATCH] gnu: libleak: Update to 0.3.6.
Date: Wed, 12 Jul 2023 10:27:39 +0100	[thread overview]
Message-ID: <CAFyhPjWQUnaNLkFZ2FGhSA+zBV7tEse00XyNHtaOHqEdvQyQwQ@mail.gmail.com> (raw)

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(-)

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




             reply	other threads:[~2023-07-12  9:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-12  9:27 Michael Ford [this message]
2023-07-13  8:48 ` bug#64579: [PATCH] gnu: libleak: Update to 0.3.6 Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFyhPjWQUnaNLkFZ2FGhSA+zBV7tEse00XyNHtaOHqEdvQyQwQ@mail.gmail.com \
    --to=fanquake@gmail.com \
    --cc=64579@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.