summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorGábor Udvari <mail@gaborudvari.com>2026-09-02 08:21:58 +0200
committerNguyễn Gia Phong <cnx@loang.net>2026-09-02 16:12:25 +0900
commit223158aae1b0e8e94c45cecba695d8fc59e5bc4a (patch)
treebb776e8e92b82360158e31ab4ec7df303b4c0424 /gnu
parent5c217ab1361758851ac89bc523015fcd965c0a83 (diff)
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 <cnx@loang.net>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cpp.scm4
1 files 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.")
2937(define-public libexpected 2937(define-public libexpected
2938 (package 2938 (package
2939 (name "libexpected") 2939 (name "libexpected")
2940 (version "1.1.0") 2940 (version "1.3.1")
2941 (source 2941 (source
2942 (origin 2942 (origin
2943 (method git-fetch) 2943 (method git-fetch)
@@ -2949,7 +2949,7 @@ services including database, analytic, and machine learning technologies.")
2949 (recursive? #t))) 2949 (recursive? #t)))
2950 (file-name (git-file-name name version)) 2950 (file-name (git-file-name name version))
2951 (sha256 2951 (sha256
2952 (base32 "17akrv80h0n4cfmxwvlvbb8ycqza7y3qqygjyphv95rrabqm9r02")) 2952 (base32 "119jhawkw33gb41pmki5di3vk7pki6pj6a1i394r6saqwvxkblzv"))
2953 (patches (search-patches "libexpected-use-provided-catch2.patch")))) 2953 (patches (search-patches "libexpected-use-provided-catch2.patch"))))
2954 (build-system cmake-build-system) 2954 (build-system cmake-build-system)
2955 (native-inputs 2955 (native-inputs