From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id GN3zL/AeEmMPNQEAbAwnHQ (envelope-from ) for ; Fri, 02 Sep 2022 17:19:12 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 0K3oL/AeEmMV/wAA9RJhRA (envelope-from ) for ; Fri, 02 Sep 2022 17:19:12 +0200 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 80F4A9856 for ; Fri, 2 Sep 2022 17:19:12 +0200 (CEST) Received: from localhost ([::1]:45164 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oU8Rr-0003mf-Kl for larch@yhetil.org; Fri, 02 Sep 2022 11:19:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41974) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oU8Rj-0003kZ-3E for guix-patches@gnu.org; Fri, 02 Sep 2022 11:19:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57703) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oU8Ri-0005Lm-QF for guix-patches@gnu.org; Fri, 02 Sep 2022 11:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oU8Ri-0007n5-Fm for guix-patches@gnu.org; Fri, 02 Sep 2022 11:19:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57194] [PATCH] gnu: cmh: Update to 1.1.1. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 02 Sep 2022 15:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57194 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Hendursaga Cc: Andreas Enge , 57194@debbugs.gnu.org Received: via spool by 57194-submit@debbugs.gnu.org id=B57194.166213190029897 (code B ref 57194); Fri, 02 Sep 2022 15:19:02 +0000 Received: (at 57194) by debbugs.gnu.org; 2 Sep 2022 15:18:20 +0000 Received: from localhost ([127.0.0.1]:47452 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oU8R2-0007m8-Eb for submit@debbugs.gnu.org; Fri, 02 Sep 2022 11:18:20 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36930) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oU8R0-0007lt-8B for 57194@debbugs.gnu.org; Fri, 02 Sep 2022 11:18:18 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56916) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oU8Qu-0005Ad-Ql; Fri, 02 Sep 2022 11:18:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=c7GZ2IM3E81sASmk8k9J93dSoNK9G8SdwwOBatswIQk=; b=Uy3qZ8dKlISssHbt1GHT bHC0l/EDOYcpWobpFAa66We9wA/8LzKjwC1iYfUQCdIVq0gi6H83g2gCGLHBOdIQqTmbeM0B+9+N6 3iVdoziiIgBi/58s1IqhbxD72OpGRL9PS6k1EPZXpCDRRHLHcw8NPkDBVchNaR5fL06nKUQPVA5AO vNSgx7Df7jyU6wKUTLDnD1ae/NaMsEZJXIOEzQXFpTa6wWR0zTVFryiIz7tZ30ZNbwQ2s8RiwinYc MvQB2bdwQ0efrkAwlY7GzelR70XvveRNozTMvzk0aD4YrFJC8+EoURrLo5yzQU5Sbhm3dBM9b1yrs ZvLrLFelFrboUQ==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=41140 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oU8Qu-0002CZ-Dz; Fri, 02 Sep 2022 11:18:12 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87wnbb1p8d.fsf.ref@aol.com> <87wnbb1p8d.fsf@aol.com> Date: Fri, 02 Sep 2022 17:18:10 +0200 In-Reply-To: <87wnbb1p8d.fsf@aol.com> (hendursaga@aol.com's message of "Sat, 13 Aug 2022 23:24:50 -0400") Message-ID: <875yi5vm8d.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1662131952; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=c7GZ2IM3E81sASmk8k9J93dSoNK9G8SdwwOBatswIQk=; b=jWxQ01OpE2oi+4+y9r3wG0NobaqlEXh1xYfkltxX4ni6mXTuHh0FEJdAjPlxSPHr1hcYIJ zHp4Ey9oksXREsAkiW3GdIqv4rgDP/vNF6y8MLksoehxyWHbUxafzzZ318ur3quG938xfv UpL00rpZLaG1FZX5Tp6nxcnKd3qBoNIcgQuy7nZmf9vkigpsXnXctYPQQ0b/dbSHPuWQ1Q vgB9ordfA6IL30mpAZ33A+eUg8/Lx2OgFIzDLr1Kg+AS4hLz9TbU7RfjvQcpvvIsId5xqo Xo8dUl4QA7LbXpDY/IMNCYNzYGzqBB7hfEzyi9NXH6iUVfbT9gqpBYrnlM6jKA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1662131952; a=rsa-sha256; cv=none; b=LQZRdlYTt7FF8PJyGRdwNztSEP3BlsP9UYspe7HqohX+is1UpWe7STAkKfjYx3fLAp1MNN TDBR/WMAJ/QiHUVhjtc016odU7uAFHgG6QZkasZLDc4gTzrIT/RdIEzVUzK3uJMZ+cyH5F Ak52JHofEj6k1qBwdDc9gLqssqx1SlrKKOKcq+WFMBcZcrPLuAIWqlbyJGuXwfF543ij2/ q1pbFhy4B187XUNLvH+/14t+v2LwUiR0eDEAOH5cL5IPjujV9rQfemjMGZ5rE6at5K6eFp AZlM9OXQho8+eXTyzfZwSsRv+pCRwzBcLgULw6GqIeODOdOcxi/htt+1PdpGhg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Uy3qZ8dK; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Spam-Score: -2.17 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Uy3qZ8dK; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Queue-Id: 80F4A9856 X-Spam-Score: -2.17 X-Migadu-Scanner: scn1.migadu.com X-TUID: JmHNwypfYy7U Hi, Hendursaga skribis: > This patch is relatively straightforward, although I will note I tried to= convert the origin from an `uri` to a `git` one, but sadly, the signed tar= ball you can download from the page is slightly different from the tagged t= arball you could download from the GitLab instance. > > And yes, the package is still reproducible. [...] >>>From cf1697ac2b927e497eab8b0bb3053910a7d46a80 Mon Sep 17 00:00:00 2001 > From: Hendursaga > Date: Sat, 13 Aug 2022 23:11:42 -0400 > Subject: [PATCH] gnu: cmh: Update to 1.1.1. > > * gnu/packages/algebra.scm (cmh): Update to 1.1.1. > * gnu/packages/patches/cmh-support-fplll.patch: Remove file. I think you need to update gnu/local.mk as well to remove the patch. Andreas, could you take a look and apply if it looks good to you? Thanks, Ludo=E2=80=99.