From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id wGWfCMy7k2YAAwEA62LTzQ:P1 (envelope-from ) for ; Sun, 14 Jul 2024 11:51:40 +0000 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id wGWfCMy7k2YAAwEA62LTzQ (envelope-from ) for ; Sun, 14 Jul 2024 13:51:40 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=uvy.fr header.s=202105 header.b=oOxa+Bbo; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1720957900; 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:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=QzBEQx1Qhm0SySaua6/nWclotcx1YxVAgMfrgH8iCJI=; b=JoDnAgUpMuvR3N+Cq9aqwNsVd40CdhhIOIrzpU07EMKqUENnF20lHFi18Qchovgu+9IaSv Otv4EvNi0CG9YyKYIStYxkP36p4DP/AhD7XM+CgL2wBJMuXSHPJW5QXbcVCR7c+zP4YWue CZ6FENDQsYls33oeFqkUH1/YjXnzN/z8hmpRePyIxm2o8iDkdJ025nFILW+F9VG/BVSEWh gkNSo8+j7Duf/yJCgikxMjhjgYSSz9npKJTeLSZ5456RLS4d7BV4IY6/3evczPJ+RnsusT llJFMtdiIUo7kDYiElwCqWzVr0bnHYCR4ZGYqAWyf9x4JbKtB5z2AuSa+aXTzg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1720957900; a=rsa-sha256; cv=none; b=WciR5NrUJ11exBBsf2Dg35AQJX1hozvZrmbtVncQzLaspt037txHj94I76zNy6HrcoTJ67 GXn+0x11Rallt35atAE3hfWMIdCXfckiQNc7OadLnYuJp/Zg2hlH8mghVryVnsEFT84pp9 QPwzDqEplCohxwjJAIlSV1S/oZYeEh2DuOqVoyB5slcnqUXsE/trHhy6hFtztjvJfj9PnE Dz5Wni7qP9g59QIk3qXFPeXXzYQ7MoYWFf6OeIQBRscyECVEiMDlIQaPSTsNnqmgsIyK0L CglMYftYL4jeurmOgPHAbUK2rHFVl8AIDCRGpSbTQZBNlAUfVDBjvhcfeP2fZw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=uvy.fr header.s=202105 header.b=oOxa+Bbo; 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" 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 0F2FD6933F for ; Sun, 14 Jul 2024 13:51:40 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sSxl2-000389-0E; Sun, 14 Jul 2024 07:51:12 -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 1sSxl0-00037S-FA for guix-patches@gnu.org; Sun, 14 Jul 2024 07:51:10 -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 1sSxkz-0006Fu-H7 for guix-patches@gnu.org; Sun, 14 Jul 2024 07:51:10 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sSxks-00042A-Si; Sun, 14 Jul 2024 07:51:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#72107] [PATCH 1/5] gnu: ocaml-mdx: Update to 2.4.1. Resent-From: Benjamin Original-Sender: "Debbugs-submit" Resent-CC: julien@lepiller.eu, pukkamustard@posteo.net, guix-patches@gnu.org Resent-Date: Sun, 14 Jul 2024 11:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 72107 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 72107@debbugs.gnu.org Cc: Benjamin , Julien Lepiller , pukkamustard X-Debbugs-Original-Xcc: Julien Lepiller , pukkamustard Received: via spool by 72107-submit@debbugs.gnu.org id=B72107.172095782215423 (code B ref 72107); Sun, 14 Jul 2024 11:51:02 +0000 Received: (at 72107) by debbugs.gnu.org; 14 Jul 2024 11:50:22 +0000 Received: from localhost ([127.0.0.1]:57230 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sSxkD-00040a-Ur for submit@debbugs.gnu.org; Sun, 14 Jul 2024 07:50:22 -0400 Received: from mail.uvy.fr ([146.59.197.40]:52372) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sSxkB-000407-76 for 72107@debbugs.gnu.org; Sun, 14 Jul 2024 07:50:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=uvy.fr; s=202105; t=1720957812; bh=r6hJ+DKxVGiK5VF2+CwyWFRgnxbEl6i8FqJMf8OiSqY=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=oOxa+BboZ5aGRWlzIXueshynqGXuPvO0i3BBiHLyXI9MBOnFR2BSqFtJN5SMSpweI aNW5882iOXOxnctLpwIX5L5+7mEC4NnatkVxKiIcRzTbdR0rwJXIZnsaIFtsSY8FJz 2RAcJYdNNVDz3RFb7v34Lq2LHlSwnNpxLJtt97w66YW/CEi0WYgULsIeCj/+D1k1S9 isnTKw0ZMIMN7XoHqsc005MvRWe55MRbeUvx/iR+VfSaScHPU2BYQbXHzt1pS3mQ0m 8dBOmpoBbql+QDpA84CVwkPl+OiqzGA4DqVPmWpEfRj8MqrX4NXSct2yffvWcIacYc eGiqTaFcFsJUQ== Date: Sun, 14 Jul 2024 13:49:48 +0200 Message-ID: <4b223400cd4730c925ade5f6796757230176c0cc.1720956786.git.benjamin@uvy.fr> X-Mailer: git-send-email 2.45.2 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: , Reply-to: Benjamin X-ACL-Warn: , Benjamin via Guix-patches From: Benjamin 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-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Queue-Id: 0F2FD6933F X-Migadu-Scanner: mx12.migadu.com X-Migadu-Spam-Score: -6.40 X-Spam-Score: -6.40 X-TUID: cLc/0JjA7w94 * gnu/packages/ocaml.scm (ocaml-mdx): Update to 2.4.1. [propagated-inputs]: Remove ocaml-odoc and ocaml-odoc-parser; add ocaml-camlp-streams, ocaml-csexp, and ocaml-cppo. [native-inputs]: Remove ocaml-cppo; add ocaml-odoc. Change-Id: I319fc32d958efe0ca5db6d6c4fef9dbf0de97fd1 --- gnu/packages/ocaml.scm | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 1204c78883..fa84ea73a5 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -8445,7 +8445,7 @@ (define-public ocaml-version (define-public ocaml-mdx (package (name "ocaml-mdx") - (version "2.1.0") + (version "2.4.1") (source (origin (method git-fetch) (uri (git-reference @@ -8454,7 +8454,7 @@ (define-public ocaml-mdx (file-name (git-file-name name version)) (sha256 (base32 - "1w1givvhwv9jzj9zbg4mmlpb35sqi75w83r99p2z50bdr69fdf57")))) + "14v4iv0xypvl60y9vsg5rs8xbwxagmz0zr8sxrzchd6xij0nlplv")))) (build-system dune-build-system) (arguments `(#:phases @@ -8473,17 +8473,18 @@ (define-public ocaml-mdx (substitute* "test/bin/mdx-test/expect/padding/test-case.md" (("egrep") "grep -E"))))))) (propagated-inputs - (list ocaml-fmt - ocaml-astring - ocaml-logs - ocaml-cmdliner + (list ocaml-result + ocaml-camlp-streams + ocaml-version ocaml-re - ocaml-result - ocaml-odoc - ocaml-odoc-parser - ocaml-version)) + ocaml-cmdliner + ocaml-logs + ocaml-astring + ocaml-csexp + ocaml-cppo + ocaml-fmt)) (native-inputs - (list ocaml-cppo ocaml-lwt ocaml-alcotest)) + (list ocaml-odoc ocaml-alcotest ocaml-lwt)) (home-page "https://github.com/realworldocaml/mdx") (synopsis -- 2.45.2