From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id AKSvASMbfWZvqQAAe85BDQ:P1 (envelope-from ) for ; Thu, 27 Jun 2024 07:56:19 +0000 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id AKSvASMbfWZvqQAAe85BDQ (envelope-from ) for ; Thu, 27 Jun 2024 09:56:19 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lostca.se header.s=anamika header.b=lsKkhMU7; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1719474978; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=H7YdYOWTizNr1Obj0mZzj3MT7BxdOGpGaxfWvAAe+Dg=; b=I/PHadkcIWfL+xcmkQTLtov0cWA2g6CMrNZuaCHMvJQys1w9fiK4NFffD4JPHqCTuTZljV XcPmL46pf9Z6ETaI7miDr/7bfl7TvOtQuZ/ONBqoidyoajT6NlWPsJt9RPGYRWgl1+thFr 92SlT7ZWJ4j+OCmINJhmpP1OPT9tFXSE1sgsB0XBIN85+wqb0BvJNqKp9/VKhzH/+K7BHI MQu59yFdiP6Z1FwMSvzGXvzRddxgiKWM11Wc6RF60Z8TpLMOJxsMVFDbTk0IqOUhIT31Xb qgEQs0/SdaDpFCucsHrV0cMbMvX/DcC7DPuGJr5udklKBZ1LOMLgr+khwbFCCw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lostca.se header.s=anamika header.b=lsKkhMU7; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1719474978; a=rsa-sha256; cv=none; b=AFN2kMWy7TDiAJk3JNo6RJjOlhPj21fRt1EHyeumo8cum3htC8exIi67kiqRhi7POZUXdu u/AxI+WsbNMHpOCIQP/Kc+dmjv3NazrtvJYTOr8nVgqKtuNDyJ47W5fRvQlrm2UH0XZsac UYjyyuCRPKj9/Lo8LsTCv9wKOUxKI++3sfQiHQjzqXcbRocklgSXDzEjYkxkxletDxi5EU d/7jcngQz9kpCgxjZQTivj493nSYJm6W5uhcF3JMcKtPUOKnmdziCVi/6VvM0gI49y2G6E f8y2HqbPtU0H2rRs/7gK1DkBJMCZb4B9PeYpi0jReI0tWZ6oPkIe6vJNPRce3w== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 04D75135E0 for ; Thu, 27 Jun 2024 09:56:18 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sMjzE-00041Y-L4; Thu, 27 Jun 2024 03:56:08 -0400 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 ) id 1sMjzC-0003wu-IS for guix-patches@gnu.org; Thu, 27 Jun 2024 03:56:06 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sMjz5-0006WF-M7 for guix-patches@gnu.org; Thu, 27 Jun 2024 03:56:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sMjz8-0006WF-CO for guix-patches@gnu.org; Thu, 27 Jun 2024 03:56:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#71791] [PATCH] gnu: mold: Update to 2.32.1. Resent-From: ashish.is@lostca.se Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 27 Jun 2024 07:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 71791 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 71791@debbugs.gnu.org Cc: Ashish SHUKLA X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.171947490624993 (code B ref -1); Thu, 27 Jun 2024 07:56:02 +0000 Received: (at submit) by debbugs.gnu.org; 27 Jun 2024 07:55:06 +0000 Received: from localhost ([127.0.0.1]:40925 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sMjyE-0006V3-5p for submit@debbugs.gnu.org; Thu, 27 Jun 2024 03:55:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:57616) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sMjyC-0006Us-7p for submit@debbugs.gnu.org; Thu, 27 Jun 2024 03:55:04 -0400 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 ) id 1sMjy9-0002C7-5y for guix-patches@gnu.org; Thu, 27 Jun 2024 03:55:01 -0400 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 ) id 1sMjy7-00062R-0z for guix-patches@gnu.org; Thu, 27 Jun 2024 03:55:00 -0400 Received: from localhost.localdomain (poincare.inet6.in [IPv6:2a0a:4cc0:1:12d4::1]) (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 B9A8615320; Thu, 27 Jun 2024 07:54:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1719474886; 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=H7YdYOWTizNr1Obj0mZzj3MT7BxdOGpGaxfWvAAe+Dg=; b=lsKkhMU7WJxmzzgt+UUkPHL5Ehxk6V7t4ejy9RTxiq0XO7Y0YCMhry0DcM7inabrlmNucK DbC+DE9Egfxe0juxpzRl7aqCMDkAz0fp+GcOcLneEgJ1A1bSUnZ/BZgeouijCqiRRyMUyI 7YveC63D5E+dRdA8NMoegCTM6xmTXww= Date: Thu, 27 Jun 2024 07:54:09 +0000 Message-ID: X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=65.21.75.227; envelope-from=ashish.is@lostca.se; 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: ashish.is@lostca.se X-ACL-Warn: , "ashish.is--- via Guix-patches" From: "ashish.is--- via Guix-patches" via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Queue-Id: 04D75135E0 X-Migadu-Scanner: mx13.migadu.com X-Migadu-Spam-Score: -6.57 X-Spam-Score: -6.57 X-TUID: gg3TxeH8z7nY From: Ashish SHUKLA * 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