me
/
guix
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>
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
1 changed files with 2 additions and 2 deletions

View File

@ -601,7 +601,7 @@ pattern.")
(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 @@ pattern.")
(file-name (git-file-name name version))
(sha256
(base32
"0m6i3lr0qk303ashjpz5vpwmxf76n5d6s8jq6r6kcy6gph525zmp"))))
"1gdfsva6mnd66px85fmm3s65h8qzqnmgbmws2i3nygfav1y8d88f"))))
(build-system cmake-build-system)
(arguments
(list