[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/34: gnu: ocaml: Update to 4.14.1.
From: |
guix-commits |
Subject: |
01/34: gnu: ocaml: Update to 4.14.1. |
Date: |
Thu, 8 Feb 2024 17:25:43 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit fe0c13b1f9f8546525d7e7380fae9d409aebe269
Author: pukkamustard <pukkamustard@posteo.net>
AuthorDate: Wed Jan 10 08:43:02 2024 +0100
gnu: ocaml: Update to 4.14.1.
* gnu/packages/ocaml.scm (ocaml): Update to 4.14.1.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Change-Id: I46de8b8bfac9250420175d0d16473c6cc8ee4198
---
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 e166cdec2f..85881afa42 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -253,7 +253,7 @@ functional, imperative and object-oriented styles of
programming.")
(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 @@ functional, imperative and object-oriented styles of
programming.")
"/ocaml-" version ".tar.xz"))
(sha256
(base32
- "0axcc7c23pf4qinz4vxgkba6pwziwbp9i2ydwzar7x9zlp6diarn"))))
+ "0vxvwxxycpc3r5p7ys59d86vw5vdr2lhmck1f3s6qms2096rf9y1"))))
(build-system gnu-build-system)
(native-search-paths
(list (search-path-specification
- branch master updated (90fe823638 -> 01ee39cfee), guix-commits, 2024/02/08
- 01/34: gnu: ocaml: Update to 4.14.1.,
guix-commits <=
- 04/34: gnu: Update coq-coquelicot to 3.4.0., guix-commits, 2024/02/08
- 05/34: gnu: Update coq-mathcomp to 1.17.0., guix-commits, 2024/02/08
- 03/34: gnu: Update coq-gappa to 1.5.3., guix-commits, 2024/02/08
- 08/34: gnu: Update coq-interval to 4.8.0., guix-commits, 2024/02/08
- 09/34: gnu: coq: Update to 8.17.1., guix-commits, 2024/02/08
- 13/34: gnu: ocaml-sexplib: Update to 0.16.0., guix-commits, 2024/02/08
- 14/34: gnu: ocaml-ppxlib: Update to 0.28., guix-commits, 2024/02/08
- 16/34: gnu: ocaml-bin-prot: Update to 0.16.0., guix-commits, 2024/02/08
- 19/34: gnu: ocaml-ppx-bench: Update to 0.16.0., guix-commits, 2024/02/08
- 23/34: gnu: Add ocaml-yaml., guix-commits, 2024/02/08