summaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/cpp.scm')
-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