guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 9061347a480cb4415ddb936831967a9542c6e7e4
Author: Jaime Marquínez Ferrándiz <[email protected]>
AuthorDate: Sat Sep 13 18:27:57 2025 +0200
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 <[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 bbb7c1a4fd..1fcad1b66a 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"))