guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit d43539be2dcaabc93812948676f04773187b91cb
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Dec 14 00:46:26 2025 +0000
gnu: catch2: Update to 2.13.10.
* gnu/packages/check.scm (catch2): Update to 2.13.10.
Change-Id: I77467d122e445d6df233adbbf32565caadb3446c
---
gnu/packages/check.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 79a9108f31..fc7214ceb1 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -669,7 +669,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)
@@ -679,7 +679,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))