diff options
| author | Simon Tournier <zimon.toutoune@gmail.com> | 2025-08-20 18:35:02 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-22 16:28:00 +0200 |
| commit | 622bf490f89a5dee1d01fdd50b3e81629eb4c9e7 (patch) | |
| tree | 4b14db595dc9684d73769b8ca86580d2ff47fdcd | |
| parent | 7962bf8536767c2f368e8f4c5eb6ac9232521ae4 (diff) | |
gnu: ocaml-luv: Update to 0.5.14.
* gnu/packages/ocaml.scm (ocaml-luv): Update to 0.5.14.
Change-Id: I473e6afe4a9919c41a9c9b6e166e12d8250af34a
Signed-off-by: Andreas Enge <andreas@enge.fr>
| -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 eecbff213f1..78d26fab040 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3485,14 +3485,14 @@ encoded in a resizable array.") (define-public ocaml-luv (package (name "ocaml-luv") - (version "0.5.12") + (version "0.5.14") (source (origin (method url-fetch) (uri (string-append "https://github.com/aantron/luv/releases/download/" version "/luv-" version ".tar.gz")) (sha256 (base32 - "1h2n9iij4mh60sy3g437p1xwqyqpyw72fgh4417d8j9ahq46m7vn")) + "16dfv8gzpqdcqpcil5pd7a44vp64hw35q94fipcwsxl81jjv80cf")) (modules '((guix build utils))) (snippet '(begin |
