diff mbox series

[bug#64249,v8,01/13] gnu: ocaml: Update to 4.14.1.

Message ID a6de8e6b0a2b2cca1316b75bf05f26b4378e8cad.1699012157.git.pukkamustard@posteo.net
State New
Headers show
Series [bug#64249,v8,01/13] gnu: ocaml: Update to 4.14.1. | expand

Commit Message

pukkamustard Nov. 3, 2023, 11:50 a.m. UTC
* gnu/packages/ocaml.scm (ocaml): Update to 4.14.1.
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 28ebbe2be8829a4767b9789c6353ad5e826d1164
diff mbox series

Patch

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 7993dbaa73..face1f9d9c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -253,7 +253,7 @@  (define-public ocaml-5.0
 (define-public ocaml-4.14
   (package
     (name "ocaml")
-    (version "4.14.0")
+    (version "4.14.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -262,7 +262,7 @@  (define-public ocaml-4.14
                     "/ocaml-" version ".tar.xz"))
               (sha256
                (base32
-                "0axcc7c23pf4qinz4vxgkba6pwziwbp9i2ydwzar7x9zlp6diarn"))))
+                "0vxvwxxycpc3r5p7ys59d86vw5vdr2lhmck1f3s6qms2096rf9y1"))))
     (build-system gnu-build-system)
     (native-search-paths
      (list (search-path-specification