cbaines pushed a commit to branch master
in repository guix.

commit 68b3d7180623dcf105e0171e013553e27e4f728d
Author: Greg Hogan <[email protected]>
AuthorDate: Mon Aug 7 20:12:33 2023 +0000

    gnu: catch2: Update to 3.4.0.
    
    * gnu/packages/check.scm (catch2): Update to 3.4.0.
    
    Signed-off-by: Christopher Baines <[email protected]>
---
 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 c057bf3443..1578d3e53e 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -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

Reply via email to