From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id CGw9AwDfRGWGNQAA9RJhRA:P1 (envelope-from ) for ; Fri, 03 Nov 2023 12:52:32 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id CGw9AwDfRGWGNQAA9RJhRA (envelope-from ) for ; Fri, 03 Nov 2023 12:52:32 +0100 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 E0E124131C for ; Fri, 3 Nov 2023 12:52:31 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=hjCFbbS4; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1699012351; a=rsa-sha256; cv=none; b=IYzt7dxnSerXdQXRBrThzGB4+Q7TBjz6BpM4NskofzkhZv5CXiCspLard98gbWnln4/15C /V9UjSNqYDZB4Ei8+KJ/86P6uiDa3zly+lWFjXhIlIExhuvuIZHTNlTWjrhbzATxsySd1Z EXx+znOLbAUbkF9nfUT6RALyA6IgZ2IjBIDma5daJYwi9+LUjVJEH06UDSKDWsPCriSwrM 4Dbcy9QSkMjC4XZQUp9j2SH3uBwHARBDF5kwFqANF6GzB0spbNKWCFa5NDA/sI4uZS7EdL KsFMuaL1u0mNJUHJdFLZRWXNmdLV8va3awkzK/Eq007u3thAIc28YuNO1Cv8UA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1699012351; h=from:from:sender:sender: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:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=AKdpCyrhoPyzbyI8sOOJx1DYHGpJiFQKevrcRpHk+mg=; b=L70b8g/qJdRnnBlEwUAFTkB4TCp7Nm1rZ674s1Q9m7NRW7267p2JrkPlu4VidAAhkeP5jB IM8mWRNouAlVpO79Lq6yLTR+WCGrrG2anQNLbEImIZpK7Nl8A1nIi1p7VSg4ezHERDQxFf thHaETYC8oUoa4cA0YK2eT/khLL2dJx5IVLji/XS0TESmtccHdE8cx04Q8dWPJVXLKVl8g 8SuPXYVdS/HEXSmH7qJ7WruBUImYxQa/NGbPuCCtkJUdSJQ2IkpbUhHo5IdB0TOjaNBH0T 9bP4MWcVKYd0uOjzO9vJn4NX0auz7okQ2O/Y8xDct4DMgINq1s2nnzecSGUg8g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=hjCFbbS4; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); 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" Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qysi7-00039H-6W; Fri, 03 Nov 2023 07:51:35 -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 1qysi4-000382-1R for guix-patches@gnu.org; Fri, 03 Nov 2023 07:51:32 -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 1qysi1-00060j-Uc for guix-patches@gnu.org; Fri, 03 Nov 2023 07:51:30 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qysia-0008FR-D0; Fri, 03 Nov 2023 07:52:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64249] [PATCH v8 05/13] gnu: Update coq-mathcomp to 1.17.0. Resent-From: pukkamustard Original-Sender: "Debbugs-submit" Resent-CC: julien@lepiller.eu, pukkamustard@posteo.net, guix-patches@gnu.org Resent-Date: Fri, 03 Nov 2023 11:52:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64249 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64249@debbugs.gnu.org Cc: pukkamustard , Julien Lepiller , pukkamustard X-Debbugs-Original-Xcc: Julien Lepiller , pukkamustard Received: via spool by 64249-submit@debbugs.gnu.org id=B64249.169901228531543 (code B ref 64249); Fri, 03 Nov 2023 11:52:04 +0000 Received: (at 64249) by debbugs.gnu.org; 3 Nov 2023 11:51:25 +0000 Received: from localhost ([127.0.0.1]:57147 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qyshw-0008Ca-N9 for submit@debbugs.gnu.org; Fri, 03 Nov 2023 07:51:25 -0400 Received: from mout01.posteo.de ([185.67.36.65]:36203) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qyshs-0008BA-ON for 64249@debbugs.gnu.org; Fri, 03 Nov 2023 07:51:21 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 91872240027 for <64249@debbugs.gnu.org>; Fri, 3 Nov 2023 12:50:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1699012239; bh=6FOdUlmxEHICSNTr1g+TOa6TOJldBzoMc903jLchMvw=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=hjCFbbS4PhwdJxINIrFM3hlc5KDMoUpN62oAdWEYU4zZjxN2zUloyYjQpET7RmDBl /FeQLreXadAnfhkeOIze35RWLqGh1r9gukB3B6amfBJxala3eX0dR02mVnhymhXsVt 3CzSJHyjEeO/wBbEUrvwm+rRi0+sr0Lm4js11awOS3idt+sWR6no02rU6SA83IDWKU 5izRpHmDJ1++lD7yyNk3+lmTLx1uT9vbuNE2VEc7bdBIsolb45gJ9qyvXI6ecjWMfM UuCfb5RxH4H+mJQtKus5C04cMyRgbZ52ssugXSGNqtCPImd1bbHjCFjUEBGYvKZ8EV wjAdAYzL4is0w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4SMJwH13w1z9rxB; Fri, 3 Nov 2023 12:50:39 +0100 (CET) From: pukkamustard Date: Fri, 3 Nov 2023 11:50:13 +0000 Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx11.migadu.com X-Spam-Score: 4.19 X-Migadu-Queue-Id: E0E124131C X-Migadu-Spam-Score: 4.19 X-TUID: ttxhgogVUxWp * gnu/packages/coq.scm (coq-mathcomp): Update to 1.17.0. --- gnu/packages/coq.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm index 6371084a71..f9e3d89867 100644 --- a/gnu/packages/coq.scm +++ b/gnu/packages/coq.scm @@ -348,7 +348,7 @@ (define-public coq-gappa (define-public coq-mathcomp (package (name "coq-mathcomp") - (version "1.15.0") + (version "1.17.0") (source (origin (method git-fetch) @@ -357,7 +357,7 @@ (define-public coq-mathcomp (commit (string-append "mathcomp-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "158zl36zbvi5qx2nqbfnrg00jpgp6hjr5hmls7d8d0421ar6b67i")))) + (base32 "06i6kw5p2024n6h9mf8bvwn54il1a4z2h4qrgc8y0iq8hkvx4fnd")))) (build-system gnu-build-system) (native-inputs (list ocaml which coq)) -- 2.41.0