guix-patches
[Top][All Lists]
Advanced

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

[bug#69851] [PATCH 7/9] gnu: ocaml-fix: Update to 20230505.


From: Arnaud Daby-Seesaram
Subject: [bug#69851] [PATCH 7/9] gnu: ocaml-fix: Update to 20230505.
Date: Sun, 17 Mar 2024 14:57:06 +0100

* gnu/packages/ocaml.scm (ocaml-fix): Update to 20230505.

Change-Id: I830801aca54a19b22c73ed48bf971e8d2235973a
---
 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 cfb9dbf64c..07e3bdbc2d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -8702,7 +8702,7 @@ (define-public ocaml-uuseg
 (define-public ocaml-fix
   (package
     (name "ocaml-fix")
-    (version "20220121")
+    (version "20230505")
     (source
       (origin
         (method git-fetch)
@@ -8712,7 +8712,7 @@ (define-public ocaml-fix
         (file-name (git-file-name name version))
         (sha256
           (base32
-            "15785v43jcbqsw1y653cnb89alrcnbdri1h0w6zl6p7769ja9rdj"))))
+            "08yrds41ybyw25fjqcfdjsd78f7d8hik1sbs90iv80ga8fj3iv2y"))))
     (build-system dune-build-system)
     (arguments
      ;; No tests.
-- 
2.41.0






reply via email to

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