This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 223158aae1 gnu: libexpected: Update to 1.3.1.
223158aae1 is described below

commit 223158aae1b0e8e94c45cecba695d8fc59e5bc4a
Author: Gábor Udvari <[email protected]>
AuthorDate: Wed Sep 2 08:21:58 2026 +0200

    gnu: libexpected: Update to 1.3.1.
    
    * 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 <[email protected]>
---
 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 05cdd9151c..a7a103d079 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

Reply via email to