diff options
author | pukkamustard <pukkamustard@posteo.net> | 2024-01-10 08:43:02 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2024-02-08 23:14:54 +0100 |
commit | fe0c13b1f9f8546525d7e7380fae9d409aebe269 (patch) | |
tree | 3ea006add5ddd382c0b2ac31f2235c63ba77f32b | |
parent | 90fe823638b9ada7fce44d20f620d80ae49885dc (diff) | |
download | guix-fe0c13b1f9f8546525d7e7380fae9d409aebe269.tar.gz guix-fe0c13b1f9f8546525d7e7380fae9d409aebe269.zip |
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
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files 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 |