GNU bug report logs -
#69847
[PATCH 0/9] Update a few OCaml-related packages
Previous Next
Reported by: Arnaud Daby-Seesaram <ds-ac <at> nanein.fr>
Date: Sun, 17 Mar 2024 13:59:02 UTC
Severity: normal
Tags: patch
Done: Arnaud Daby-Seesaram <ds-ac <at> nanein.fr>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 69847 <at> debbugs.gnu.org (full text, mbox):
* 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
base-commit: 9daf074a7a9ea77017622b2b244e3a2cdc6af7b2
--
2.41.0
This bug report was last modified 186 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.