summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-12-14 00:46:26 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:18:57 +0100
commit32160d32e46b76e58b8ec3c8a09584def86f2f6a (patch)
tree2b2e8a211eef8530491d2571ac091a9c189adbfb
parent42df9df17d4681eaa66a767dafc19d5d5db1888b (diff)
gnu: catch2: Update to 2.13.10.
* gnu/packages/check.scm (catch2): Update to 2.13.10. Change-Id: I77467d122e445d6df233adbbf32565caadb3446c Signed-off-by: Rutherther <rutherther@ditigal.xyz>
-rw-r--r--gnu/packages/check.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 1a8b29e0276..ef0daa034b2 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -671,7 +671,7 @@ a multi-paradigm automated test framework for C++ and Objective-C.")
(define-public catch2
(package
(name "catch2")
- (version "2.13.8")
+ (version "2.13.10")
(home-page "https://github.com/catchorg/Catch2")
(source (origin
(method git-fetch)
@@ -681,7 +681,7 @@ a multi-paradigm automated test framework for C++ and Objective-C.")
(file-name (git-file-name name version))
(sha256
(base32
- "18a6d7rcb6ilhxd5dff32jkfdf2ik58pbywrv04ras70217kdq4c"))))
+ "1dcwp41963vga22hm32hj609wxgfn0a6p9impcw8dxqj477gcx2y"))))
(build-system cmake-build-system)
(inputs
(list python-wrapper))