unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Arnaud Daby-Seesaram via Guix-patches via <guix-patches@gnu.org>
To: 69847@debbugs.gnu.org
Cc: Arnaud Daby-Seesaram <ds-ac@nanein.fr>,
	Julien Lepiller <julien@lepiller.eu>,
	pukkamustard <pukkamustard@posteo.net>
Subject: [bug#69847] [PATCH 8/9] gnu: ocaml-monolith: Update to 20230604.
Date: Sun, 17 Mar 2024 15:57:00 +0100	[thread overview]
Message-ID: <f428b3a5e9c98ca86bf0e2cddc54aeff116a58e5.1710687421.git.ds-ac@nanein.fr> (raw)
In-Reply-To: <c46ba59f161a2b381d66e61f871dff6c15bf33d4.1710687421.git.ds-ac@nanein.fr>

* gnu/packages/ocaml.scm (ocaml-monolith): Update to 20230604.

Change-Id: Ib1777020d01b0eb461b27c418b742b93de38fb90
---
 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 07e3bdbc2d..71e1d9119c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -9159,7 +9159,7 @@ (define-public ocaml-afl-persistent
 (define-public ocaml-monolith
   (package
     (name "ocaml-monolith")
-    (version "20210525")
+    (version "20230604")
     (source
      (origin
        (method git-fetch)
@@ -9169,7 +9169,7 @@ (define-public ocaml-monolith
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1b6jj4ivl9ni8kba7wls4xsqdy8nm7q9mnx9347jvb99dmmlj5mc"))))
+         "1v6hd67pzb23hadl6fybr1mihw7p79g2r1bf4gs1f2igyavw798h"))))
     (build-system dune-build-system)
     (propagated-inputs (list ocaml-afl-persistent ocaml-pprint ocaml-seq))
     (home-page "https://gitlab.inria.fr/fpottier/monolith")
-- 
2.41.0





  parent reply	other threads:[~2024-03-17 15:00 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-17 13:56 [bug#69847] [PATCH 0/9] Update a few OCaml-related packages Arnaud Daby-Seesaram via Guix-patches via
2024-03-17 13:57 ` [bug#69850] [PATCH 1/9] gnu: ocaml-4.14: Update to 4.14.2 Arnaud Daby-Seesaram via Guix-patches via
     [not found]   ` <handler.69850.B.17106839331957.ack@debbugs.gnu.org>
2024-03-17 14:45     ` bug#69850: Acknowledgement ([PATCH 1/9] gnu: ocaml-4.14: Update to 4.14.2.) Arnaud Daby-Seesaram via Guix-patches via
2024-03-17 13:57 ` [bug#69846] [PATCH 2/9] gnu: ocaml-opam-file-format: Update to 2.1.6 Arnaud Daby-Seesaram via Guix-patches via
     [not found]   ` <handler.69846.B.17106839261918.ack@debbugs.gnu.org>
2024-03-17 14:44     ` bug#69846: Acknowledgement ([PATCH 2/9] gnu: ocaml-opam-file-format: Update to 2.1.6.) Arnaud Daby-Seesaram via Guix-patches via
2024-03-17 13:57 ` [bug#69848] [PATCH 3/9] gnu: ocaml-opam-monorepo: Update to 0.4.0 Arnaud Daby-Seesaram via Guix-patches via
     [not found]   ` <handler.69848.B.17106839261935.ack@debbugs.gnu.org>
2024-03-17 14:46     ` bug#69848: Acknowledgement ([PATCH 3/9] gnu: ocaml-opam-monorepo: Update to 0.4.0.) Arnaud Daby-Seesaram via Guix-patches via
2024-03-17 13:57 ` [bug#69849] [PATCH 4/9] gnu: ocaml-cmdliner: Update to 1.2.0 Arnaud Daby-Seesaram via Guix-patches via
     [not found]   ` <handler.69849.B.17106839271943.ack@debbugs.gnu.org>
2024-03-17 14:53     ` bug#69849: Acknowledgement ([PATCH 4/9] gnu: ocaml-cmdliner: Update to 1.2.0.) Arnaud Daby-Seesaram via Guix-patches via
2024-03-17 13:57 ` [bug#69852] [PATCH 5/9] gnu: dune: Update to 3.14.2 Arnaud Daby-Seesaram via Guix-patches via
     [not found]   ` <handler.69852.B.17106839341972.ack@debbugs.gnu.org>
2024-03-17 14:53     ` bug#69852: Acknowledgement ([PATCH 5/9] gnu: dune: Update to 3.14.2.) Arnaud Daby-Seesaram via Guix-patches via
2024-03-17 13:57 ` [bug#69855] [PATCH 6/9] gnu: ocaml-menhir: Update to 20231231 Arnaud Daby-Seesaram via Guix-patches via
     [not found]   ` <handler.69855.B.17106839351993.ack@debbugs.gnu.org>
2024-03-17 14:49     ` bug#69855: Acknowledgement ([PATCH 6/9] gnu: ocaml-menhir: Update to 20231231.) Arnaud Daby-Seesaram via Guix-patches via
2024-03-17 13:57 ` [bug#69851] [PATCH 7/9] gnu: ocaml-fix: Update to 20230505 Arnaud Daby-Seesaram via Guix-patches via
     [not found]   ` <handler.69851.B.17106839341965.ack@debbugs.gnu.org>
2024-03-17 14:53     ` bug#69851: Acknowledgement ([PATCH 7/9] gnu: ocaml-fix: Update to 20230505.) Arnaud Daby-Seesaram via Guix-patches via
2024-03-17 13:57 ` [bug#69854] [PATCH 8/9] gnu: ocaml-monolith: Update to 20230604 Arnaud Daby-Seesaram via Guix-patches via
     [not found]   ` <handler.69854.B.17106839351987.ack@debbugs.gnu.org>
2024-03-17 14:48     ` bug#69854: Acknowledgement ([PATCH 8/9] gnu: ocaml-monolith: Update to 20230604.) Arnaud Daby-Seesaram via Guix-patches via
2024-03-17 13:57 ` [bug#69853] [PATCH 9/9] gnu: ocaml-pprint: Update to 20230830 Arnaud Daby-Seesaram via Guix-patches via
     [not found]   ` <handler.69853.B.17106839351979.ack@debbugs.gnu.org>
2024-03-17 14:52     ` bug#69853: Acknowledgement ([PATCH 9/9] gnu: ocaml-pprint: Update to 20230830.) Arnaud Daby-Seesaram via Guix-patches via
2024-03-17 14:56 ` [bug#69847] [PATCH 1/9] gnu: ocaml-4.14: Update to 4.14.2 Arnaud Daby-Seesaram via Guix-patches via
2024-03-17 14:56   ` [bug#69847] [PATCH 2/9] gnu: ocaml-opam-file-format: Update to 2.1.6 Arnaud Daby-Seesaram via Guix-patches via
2024-03-17 14:56   ` [bug#69847] [PATCH 3/9] gnu: ocaml-opam-monorepo: Update to 0.4.0 Arnaud Daby-Seesaram via Guix-patches via
2024-03-17 14:56   ` [bug#69847] [PATCH 4/9] gnu: ocaml-cmdliner: Update to 1.2.0 Arnaud Daby-Seesaram via Guix-patches via
2024-03-17 14:56   ` [bug#69847] [PATCH 5/9] gnu: dune: Update to 3.14.2 Arnaud Daby-Seesaram via Guix-patches via
2024-03-17 14:56   ` [bug#69847] [PATCH 6/9] gnu: ocaml-menhir: Update to 20231231 Arnaud Daby-Seesaram via Guix-patches via
2024-03-17 14:56   ` [bug#69847] [PATCH 7/9] gnu: ocaml-fix: Update to 20230505 Arnaud Daby-Seesaram via Guix-patches via
2024-03-17 14:57   ` Arnaud Daby-Seesaram via Guix-patches via [this message]
2024-03-17 14:57   ` [bug#69847] [PATCH 9/9] gnu: ocaml-pprint: Update to 20230830 Arnaud Daby-Seesaram via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f428b3a5e9c98ca86bf0e2cddc54aeff116a58e5.1710687421.git.ds-ac@nanein.fr \
    --to=guix-patches@gnu.org \
    --cc=69847@debbugs.gnu.org \
    --cc=ds-ac@nanein.fr \
    --cc=julien@lepiller.eu \
    --cc=pukkamustard@posteo.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).