From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id KotvK6m4dmA0CgAAgWs5BA (envelope-from ) for ; Wed, 14 Apr 2021 11:40:57 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id KPBoJKm4dmCnKwAAB5/wlQ (envelope-from ) for ; Wed, 14 Apr 2021 09:40:57 +0000 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 4802C2330B for ; Wed, 14 Apr 2021 11:40:57 +0200 (CEST) Received: from localhost ([::1]:39122 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lWbbo-0006S7-Qs for larch@yhetil.org; Wed, 14 Apr 2021 05:14:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36006) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWbb5-0005TS-1D for guix-patches@gnu.org; Wed, 14 Apr 2021 05:14:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50225) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lWbb4-00024A-PF for guix-patches@gnu.org; Wed, 14 Apr 2021 05:14:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lWbb4-0007ET-Jr for guix-patches@gnu.org; Wed, 14 Apr 2021 05:14:06 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#47768] [PATCH 10/37] gnu: ocaml-migrate-parsetree: Update to 1.8.0. Resent-From: pukkamustard Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 14 Apr 2021 09:14:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47768 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 47768@debbugs.gnu.org Cc: pukkamustard Received: via spool by 47768-submit@debbugs.gnu.org id=B47768.161839161627433 (code B ref 47768); Wed, 14 Apr 2021 09:14:06 +0000 Received: (at 47768) by debbugs.gnu.org; 14 Apr 2021 09:13:36 +0000 Received: from localhost ([127.0.0.1]:33453 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWbaZ-00078O-VX for submit@debbugs.gnu.org; Wed, 14 Apr 2021 05:13:36 -0400 Received: from mout01.posteo.de ([185.67.36.65]:53013) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWbaO-00074f-PP for 47768@debbugs.gnu.org; Wed, 14 Apr 2021 05:13:25 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 027561A022E for <47768@debbugs.gnu.org>; Wed, 14 Apr 2021 11:13:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1618391599; bh=WXVpjMnNhLGtk+ftYT99hmoIc2VV7/fQrubTJ1qhl04=; h=From:To:Cc:Subject:Date:From; b=otOKiLvMDYurVwqPJUPI5YFkWmtoc8or89gfhK8PPej/ZibJ36K58tSE0UtheA4lL xuJxYInB2QDLVaC86+LbBpDqDwf2I6JIE2K8DDG2C3l01Zs4QyKxr6/lf+kT8GuK4N eA/u0W6mzfqIOEgiH4Q1O6t83YY3pC8bcpws8yDh+1x/GsfR0y8JTOO9B9h7zvr+p+ A+UHzwMhWBmFR3IVm2O50HWfJKWlAqx4CUXqotw0mO7ZHGlauV/iIwzdaIyaWXLvHe VhC4Ow5Hi6o40SEMVm6jFEy9agVoIZOZzEFTrNb7SXYG5D7vB5CciCse7l1KB+CMlc yP/sdDHVHExTQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FKxbL2bKBz9rxq; Wed, 14 Apr 2021 11:13:18 +0200 (CEST) From: pukkamustard Date: Wed, 14 Apr 2021 11:12:36 +0200 Message-Id: <20210414091303.6990-10-pukkamustard@posteo.net> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210414091303.6990-1-pukkamustard@posteo.net> References: <20210414091303.6990-1-pukkamustard@posteo.net> 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" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1618393257; 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=5V9hF3gSxuUE82eVKyrCPIohd1khK2BvPmP9zXrtcfs=; b=lnVN9mP635vy1KKlnqt3gzF/bzUAy1eUAiM35dB6qxgRjjFbDnrbYGu2g7wu9EA7JKgjpx DhdsJ3yJAcouYc/jOMAo2e6d675ApqTm8hF+1R+WrKGyOX5eO2IuerfwJE/1PP/Uyb4ihQ zl9ZRaQ9BKcwqPunHKndG9ahNtkxVstKxw4oLxnWx9i3wvkM+hNTyQ2gl5DTQPJCyTQ+hA GNhZuujWDjKhxK11AFfnGrfDIehl9vfb6uNjIP5V6y3LhhG7QXkCptos3Vy4D48wR2YuAl MOvLsGerxOh0bdTIh5/hZANEjLR09xftLb04Bagn1DD1+YD0gw4vJSMktIjQow== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1618393257; a=rsa-sha256; cv=none; b=DIP19U9g4OLdwONoVJI+7P/6GvehpHpJQ1cHGFLKumKYaKw6+i2nNy4fuI8D6QG88g8Mfz lLb0tSG5IawVf1AlEUAq1xKHTDcD1lTOIuE/9xGbn9CvKF1VDy28sOY8zZ6OjgVhSv0SUd KIhRu/rW+fVltXL3BxqmzXfXRv7enZTk9aT1uOgXLKetGupT+3RFvJaiCjqqPDSfnBiXAo WWazFIvHOPeeSkzM8yQ5WmgfWSajOgAwDcu1vLbDDU3qU+Ryy4jBD3WQxMBzu0u983E/CJ 94YHCVrCIH7UOnFhKFJ0NGjntKnLNuaZj7pLtUl7VIzSGhKDjW8/w05XUYAQ5w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=otOKiLvM; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: 3.66 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=otOKiLvM; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 4802C2330B X-Spam-Score: 3.66 X-Migadu-Scanner: scn0.migadu.com X-TUID: 64mGyChzPiYl * gnu/packages/ocaml.scm (ocaml-migrate-parsetree): Update to 1.8.0. --- gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 1f47fc4de3..ab9198c3c6 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1771,7 +1771,7 @@ module of this library is parameterised by the type of S-expressions.") (define-public ocaml-migrate-parsetree (package (name "ocaml-migrate-parsetree") - (version "1.7.3") + (version "1.8.0") (home-page "https://github.com/ocaml-ppx/ocaml-migrate-parsetree") (source (origin @@ -1782,7 +1782,7 @@ module of this library is parameterised by the type of S-expressions.") (file-name (git-file-name name version)) (sha256 (base32 - "0336vz0galjnsazbmkxjwdv1qvdqsx2rgrvp778xgq2fzasz45cx")))) + "16x8sxc4ygxrr1868qpzfqyrvjf3hfxvjzmxmf6ibgglq7ixa2nq")))) (build-system dune-build-system) (arguments `(#:tests? #f)) -- 2.31.1