From 223158aae1b0e8e94c45cecba695d8fc59e5bc4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Udvari?= Date: Wed, 2 Sep 2026 08:21:58 +0200 Subject: gnu: libexpected: Update to 1.3.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/cpp.scm (libexpected): Update to 1.3.1. Merges: https://codeberg.org/guix/guix/pulls/10982 Signed-off-by: Nguyễn Gia Phong --- gnu/packages/cpp.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 05cdd9151c9..a7a103d0794 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -2937,7 +2937,7 @@ services including database, analytic, and machine learning technologies.") (define-public libexpected (package (name "libexpected") - (version "1.1.0") + (version "1.3.1") (source (origin (method git-fetch) @@ -2949,7 +2949,7 @@ services including database, analytic, and machine learning technologies.") (recursive? #t))) (file-name (git-file-name name version)) (sha256 - (base32 "17akrv80h0n4cfmxwvlvbb8ycqza7y3qqygjyphv95rrabqm9r02")) + (base32 "119jhawkw33gb41pmki5di3vk7pki6pj6a1i394r6saqwvxkblzv")) (patches (search-patches "libexpected-use-provided-catch2.patch")))) (build-system cmake-build-system) (native-inputs -- cgit v1.2.3