guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#69854] [PATCH 8/9] gnu: ocaml-monolith: Update to 20230604.


From: Arnaud Daby-Seesaram
Subject: [bug#69854] [PATCH 8/9] gnu: ocaml-monolith: Update to 20230604.
Date: Sun, 17 Mar 2024 14:57:07 +0100

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]