all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "ashish.is--- via Guix-patches" via <guix-patches@gnu.org>
To: 71791@debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is@lostca.se>
Subject: [bug#71791] [PATCH] gnu: mold: Update to 2.32.1.
Date: Thu, 27 Jun 2024 07:54:09 +0000	[thread overview]
Message-ID: <ea0c6b51374f6fc93e98aededc0da0a680d73dea.1719474849.git.ashish.is@lostca.se> (raw)

From: Ashish SHUKLA <ashish.is@lostca.se>

* gnu/packages/mold.scm (mold): Update to 2.32.1.

Change-Id: Iaf5b3b4ba09e19a35f471c08b7b130a4fee4d4fb
---
 gnu/packages/mold.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mold.scm b/gnu/packages/mold.scm
index 7188f533e7..a229d3dcb7 100644
--- a/gnu/packages/mold.scm
+++ b/gnu/packages/mold.scm
@@ -35,7 +35,7 @@ (define-module (gnu packages mold)
 (define-public mold
   (package
     (name "mold")
-    (version "2.32.0")
+    (version "2.32.1")
     (source
      (origin
        (method git-fetch)
@@ -44,7 +44,7 @@ (define-public mold
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1wl7mp7r5hxmvfpmrq32ffjpgn8z8pk775y423nr56gvrb39vj6i"))
+        (base32 "1raddkjazb05bkqv7n3k97k0hk2wgvl03hpbx3xq8gpg1rbviam4"))
        (modules '((guix build utils)))
        (snippet
         #~(begin

base-commit: 1a34b9b725e731a6d5f602d104f09a1c68afa6a4
-- 
2.45.2





             reply	other threads:[~2024-06-27  7:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-27  7:54 ashish.is--- via Guix-patches via [this message]
2024-06-27 13:16 ` [bug#71791] [PATCH] gnu: mold: Update to 2.32.1 Zheng Junjie

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=ea0c6b51374f6fc93e98aededc0da0a680d73dea.1719474849.git.ashish.is@lostca.se \
    --to=guix-patches@gnu.org \
    --cc=71791@debbugs.gnu.org \
    --cc=ashish.is@lostca.se \
    /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.