GNU bug report logs -
#77772
[PATCH core-updates] catch2: Update to 3.8.1
Previous Next
Full log
View this message in rfc822 format
Change-Id: I2e5e49f935aab3fe02b51d94112212f23e2490e0
Signed-off-by: nomike <nomike <at> nomike.com>
---
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 8193dd785f..c2ebb37299 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -711,7 +711,7 @@ (define-public cbehave
(define-public catch2-3
(package
(name "catch2")
- (version "3.5.3")
+ (version "3.8.1")
(home-page "https://github.com/catchorg/Catch2")
(source (origin
(method git-fetch)
@@ -721,7 +721,7 @@ (define-public catch2-3
(file-name (git-file-name name version))
(sha256
(base32
- "11yla93vm2896fzhm3fz8lk3y3iz5iy7vd6wa7wnwvhsfd2dbfq3"))))
+ "0v1k14n02aiw4rv5sxhc5612cjhkdj59cjpm50qfxhapsdv54n3f"))))
(build-system cmake-build-system)
(arguments
(list
--
2.49.0
This bug report was last modified 66 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.