Ludovic Courtès <ludo@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Received: (at submit) by debbugs.gnu.org; 9 Jan 2025 08:26:53 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jan 09 03:26:53 2025 Received: from localhost ([127.0.0.1]:50338 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1tVnsT-0001O8-0W for submit <at> debbugs.gnu.org; Thu, 09 Jan 2025 03:26:53 -0500 Received: from lists.gnu.org ([2001:470:142::17]:41168) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from <ashish.is@HIDDEN>) id 1tVnsR-0001Nv-Au for submit <at> debbugs.gnu.org; Thu, 09 Jan 2025 03:26:51 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <ashish.is@HIDDEN>) id 1tVnsL-00041O-Qb for guix-patches@HIDDEN; Thu, 09 Jan 2025 03:26:45 -0500 Received: from anamika.lostca.se ([65.21.75.227]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from <ashish.is@HIDDEN>) id 1tVnsJ-0002Gy-OO for guix-patches@HIDDEN; Thu, 09 Jan 2025 03:26:45 -0500 Received: from localhost.localdomain (unknown [IPv6:2a02:9140:3880:d200:20f6:976e:7384:b609]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 4CB7046F9E; Thu, 9 Jan 2025 08:26:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1736411189; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=KgCrVqmFREIqDsf7005GfPOtawna7sOxBc1knO/caLY=; b=X7V4eqYsjfj6RGHHOhH1L+CNgVMmu2mpiOy5C8zF4Hy40u0yCW8rwNwGaKeBknlzX7Z6L6 w4fVz9IM5oq2kehNd5QQR2wW/VSgZfu+jNmsRyr5msEa+spYih8xdCpAmOLnQNhifo9b4c a/oKTHDgIn0o6YtiirNtOL2SYPQb1Rw= From: ashish.is@HIDDEN To: guix-patches@HIDDEN Subject: [PATCH] gnu: mold: Update to 2.36.0. Date: Thu, 9 Jan 2025 08:26:21 +0000 Message-ID: <63fe52c2c0b4b43acf07c04ab0e5ced8d5f81c15.1736411181.git.ashish.is@HIDDEN> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=65.21.75.227; envelope-from=ashish.is@HIDDEN; helo=anamika.lostca.se X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Ashish SHUKLA <ashish.is@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.1 (/) From: Ashish SHUKLA <ashish.is@HIDDEN> * gnu/packages/mold.scm (mold): Update to 2.36.0. Change-Id: I71c149a0012a5c37008a9d62b0a6f5d3cc6fb553 --- 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 9d19104853..15562b9716 100644 --- a/gnu/packages/mold.scm +++ b/gnu/packages/mold.scm @@ -36,7 +36,7 @@ (define-module (gnu packages mold) (define-public mold (package (name "mold") - (version "2.35.1") + (version "2.36.0") (source (origin (method git-fetch) @@ -45,7 +45,7 @@ (define-public mold (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1zsnc2x7j0xrdmy49sbr3m131cwpxdhabh05cljkfh3ff0ypp4pb")) + (base32 "1x7rcl9kx4fnarnxq7nbldh4vi5smhc613l6kn60afsgc8di14cl")) (modules '((guix build utils))) (snippet #~(begin base-commit: 7f27dc47c52886b785359799b6dc67b61f638544 -- 2.47.1
ashish.is@HIDDEN
:guix-patches@HIDDEN
.
Full text available.guix-patches@HIDDEN
:bug#75455
; Package guix-patches
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.