From 9061347a480cb4415ddb936831967a9542c6e7e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Marqui=CC=81nez=20Ferra=CC=81ndiz?= Date: Sat, 13 Sep 2025 18:27:57 +0200 Subject: [PATCH] gnu: ocaml-extlib: update to 1.8.0. * gnu/packages/ocaml.scm (ocaml-extlib): Update to 1.8.0. Change-Id: Ia78a8b750d4f0820eb37c0c783cdb79a80a602dd Signed-off-by: Julien Lepiller --- 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 bbb7c1a4fd84572eea1f8c2c009674fd82baed46..1fcad1b66a4c182cdbdb7f89a14f5ec0e741bd26 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -638,14 +638,14 @@ code for interfacing Caml with C from an IDL description of the C functions.") (define-public ocaml-extlib (package (name "ocaml-extlib") - (version "1.7.9") + (version "1.8.0") (source (origin (method url-fetch) (uri (string-append "https://ygrek.org/p/release/ocaml-extlib/" "extlib-" version ".tar.gz")) (sha256 (base32 - "1jydzw2n84cfiz9y6lk4gih4wbr8jybanmiryfs01svd07g4vpjq")))) + "0w2xskv8hl0fwjri68q5bpf6n36ab4fp1q08zkfqw2i807q7fhln")))) (build-system dune-build-system) (arguments (list #:package "extlib"))