guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 622bf490f89a5dee1d01fdd50b3e81629eb4c9e7
Author: Simon Tournier <[email protected]>
AuthorDate: Wed Aug 20 18:35:02 2025 +0200

    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 <[email protected]>
---
 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 eecbff213f..78d26fab04 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

Reply via email to