summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorVasilii Smirnov <vasilii.smirnov@mailbox.org>2024-04-28 09:27:44 +0200
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-04-28 10:11:25 -0400
commit2205660ce2f78ae608c28de8d289b7848464928b (patch)
treeff800525e0c55732819cc9393b42b1468c1bc07a /gnu/packages/ocaml.scm
parentcd5afc503b8c8167ae7d839d407a1f6acded787c (diff)
downloadguix-patches-2205660ce2f78ae608c28de8d289b7848464928b.tar
guix-patches-2205660ce2f78ae608c28de8d289b7848464928b.tar.gz
gnu: haxe: Update to 4.3.4
Note that the ocaml-luv library has made a few breaking changes, while only updating the PATCH number in their version. As of now, haxe can only be compiled with the 0.5.12 version of ocaml-luv - no lower, no higher. Change-Id: I465191aa8db806275b2385d11a602dfb0d8d4bb9 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 7fad276b4e..3bd923f97d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3464,14 +3464,14 @@ encoded in a resizable array.")
(define-public ocaml-luv
(package
(name "ocaml-luv")
- (version "0.5.11")
+ (version "0.5.12")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/aantron/luv/releases/download/"
version "/luv-" version ".tar.gz"))
(sha256
(base32
- "0hrsi8n2l31bcwgj847df4chjgqb9lmwkaky8fvvi15k25rz9v6c"))
+ "1h2n9iij4mh60sy3g437p1xwqyqpyw72fgh4417d8j9ahq46m7vn"))
(modules '((guix build utils)))
(snippet
'(begin