Archived
1
0
Fork 0

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