guix-patches
[Top][All Lists]
Advanced

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

[bug#69850] [PATCH 1/9] gnu: ocaml-4.14: Update to 4.14.2.


From: Arnaud Daby-Seesaram
Subject: [bug#69850] [PATCH 1/9] gnu: ocaml-4.14: Update to 4.14.2.
Date: Sun, 17 Mar 2024 14:57:00 +0100

* gnu/packages/ocaml.scm (ocaml-4.14): Update to 4.14.2.

Change-Id: Ib07d92afede8a504f420cc27047b2d9312b09e24
---
 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 0f4c351141..7d7c6826f7 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -255,7 +255,7 @@ (define-public ocaml-5.0
 (define-public ocaml-4.14
   (package
     (name "ocaml")
-    (version "4.14.1")
+    (version "4.14.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -264,7 +264,7 @@ (define-public ocaml-4.14
                     "/ocaml-" version ".tar.xz"))
               (sha256
                (base32
-                "0vxvwxxycpc3r5p7ys59d86vw5vdr2lhmck1f3s6qms2096rf9y1"))))
+                "0r67zrn22532p5y6zk0zd0i74lbgxal4dpsq6gwlcag3jf3gc6bq"))))
     (build-system gnu-build-system)
     (native-search-paths
      (list (search-path-specification
-- 
2.41.0






reply via email to

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