gnu: catch2: Update to 3.4.0.

* gnu/packages/check.scm (catch2): Update to 3.4.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Greg Hogan 2023-08-07 20:12:33 +00:00 committed by Christopher Baines
parent e7c7efc296
commit 68b3d71806
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -601,7 +601,7 @@ (define-public cbehave
(define-public catch2-3.3
(package
(name "catch2")
(version "3.3.2")
(version "3.4.0")
(home-page "https://github.com/catchorg/Catch2")
(source (origin
(method git-fetch)
@ -611,7 +611,7 @@ (define-public catch2-3.3
(file-name (git-file-name name version))
(sha256
(base32
"0m6i3lr0qk303ashjpz5vpwmxf76n5d6s8jq6r6kcy6gph525zmp"))))
"1gdfsva6mnd66px85fmm3s65h8qzqnmgbmws2i3nygfav1y8d88f"))))
(build-system cmake-build-system)
(arguments
(list