From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id AEwPLHGuw2TZYgAASxT56A (envelope-from ) for ; Fri, 28 Jul 2023 14:02:57 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id iF28K3Guw2TjSgEAauVa8A (envelope-from ) for ; Fri, 28 Jul 2023 14:02:57 +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 80F2F40214 for ; Fri, 28 Jul 2023 14:02:57 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=kRAoi7qK; 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=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1690545777; 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=8sHQEgttagoRD3vaqGM2/+FqsJnNL3TaYkidgxy4pfs=; b=D/Q3bt5ZloOwzu9qehG6WOnNekYnJLzHwuhga1w03Er/heHrzmr/IJ/Bqfbmp4pCMETwwC U0EEr62OPOnXrHTpvXMB+x5MZN7xD307cO38BtS251iZpKv+gAkf0O4VSz5VUueiyuFyUC aA19yDumki1eiyokgKVmsHozhbNqEzbUIsWbtWcxQDkA4ayVMFSg8cx6jnYsJALvXvM/H6 AsCUusw1nYuSWp4HXglLxaSNmOAf8WPLVZ4zre7pWJejed+YUqIfWPSvoJZrI5ApdX9BIl sRhbMrNjqizVt+UU9RufRSMQw8piwx8/rMGIHIhB1wYSAmUAqUKP5/oPvLHXkA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1690545777; a=rsa-sha256; cv=none; b=hhdLZgc1H1YjsaEV0dDnE8op/bK4ABMTspspRJLVLYRcOJ1ckcv/zJMCebFgMYc06QaNBF 3h5FO+9zLZLnJZNlxtE4dCvfZx434Vga/o0hLpeVOLu36HbobxB+HJIsSOsSp2souHjaa2 K8AG1OFy/cbyA8wPwiKGDyxokQbT303Si1d/x4Eg3Vn8S3Ur4xQ4pAcwbgAAvSzKcc0lf7 dgnydMWRgoX2baBrlOrOtw3sTFv6aK1+s8aElpRnz6PPKbUa34QDNZR9gyeAAUkauCsnHG FnghkMFRT8HY/gDYyg0qVKIJXLwmSoTEgNIG/Qu8/Zay0W289nvWEj510GNupA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=kRAoi7qK; 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=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qPLLI-0000jF-T1; Fri, 28 Jul 2023 07:09: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 1qPLLD-0000ip-RK for guix-patches@gnu.org; Fri, 28 Jul 2023 07:09:03 -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 1qPLLD-0007r4-JN for guix-patches@gnu.org; Fri, 28 Jul 2023 07:09:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qPLLD-0008VP-54; Fri, 28 Jul 2023 07:09:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64249] [PATCH ocaml-team v4 2/9] gnu: Update coq-flocq to 4.1.1. Resent-From: pukkamustard Original-Sender: "Debbugs-submit" Resent-CC: julien@lepiller.eu, pukkamustard@posteo.net, guix-patches@gnu.org Resent-Date: Fri, 28 Jul 2023 11:09:03 +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.169054253832654 (code B ref 64249); Fri, 28 Jul 2023 11:09:03 +0000 Received: (at 64249) by debbugs.gnu.org; 28 Jul 2023 11:08:58 +0000 Received: from localhost ([127.0.0.1]:43827 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPLL8-0008UR-0u for submit@debbugs.gnu.org; Fri, 28 Jul 2023 07:08:58 -0400 Received: from mout01.posteo.de ([185.67.36.65]:55585) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPLL6-0008Tq-Iq for 64249@debbugs.gnu.org; Fri, 28 Jul 2023 07:08:56 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 0A42924002D for <64249@debbugs.gnu.org>; Fri, 28 Jul 2023 13:08:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1690542531; bh=2KQjyhZBWAOZElKnOLnFTVK3DEBRBdgrBsCgkA50FlU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=kRAoi7qK7lhiYofRuDYsfPwa78nDFO1Y1fddWsK3dq27PsrNgn59g4Oc3I7IE011p YBleoSj59o1K2KdcShCGOrCjtKVqSBaje9Ao1SjBgc7/1TIsgy2w47rVQOwSGpCEOp ZxBhE//+3cCN8q+MiFOMtFSp2j4/TlhGjCSOdn8VaHotyksOag9+53jEwd7TC77NDS YTfrQyLYqetFUY9HWK0YdH5tYV5WrAMGK1FZxCp6cu745OH7qPsLTqqwLSyqithOOX 4/uqgY7f4HWzqrCWNm5TQ95//UfpC7/qvIGDz/umbJkoXfXK12P0/gcgpW4gaafTHk d1Rmh06SMd5fw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4RC4dG3VMqz6twS; Fri, 28 Jul 2023 13:08:50 +0200 (CEST) From: pukkamustard Date: Fri, 28 Jul 2023 11:08:24 +0000 Message-ID: <5f2cae191723166ffd3f492af6e1cf921a7d2f89.1690541801.git.pukkamustard@posteo.net> 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-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.25 X-Spam-Score: -2.25 X-Migadu-Queue-Id: 80F2F40214 X-Migadu-Scanner: mx1.migadu.com X-TUID: OsVb5qqwEXNT * gnu/packages/coq.scm (coq-flocq): Update to 4.1.1. --- 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 09ca4030ea..215e947fd4 100644 --- a/gnu/packages/coq.scm +++ b/gnu/packages/coq.scm @@ -241,7 +241,7 @@ (define-public proof-general (define-public coq-flocq (package (name "coq-flocq") - (version "4.1.0") + (version "4.1.1") (source (origin (method git-fetch) @@ -251,7 +251,7 @@ (define-public coq-flocq (file-name (git-file-name name version)) (sha256 (base32 - "1yscj1120wch6myakaia03j11qji416v78ylx842d23hrbaqwmw5")))) + "01x38w58j95ba9679vpb5wv4bvfnrapd5dzjqlyz8k7i8a9sfqn0")))) (build-system gnu-build-system) (native-inputs (list autoconf automake ocaml which coq)) -- 2.40.1