guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: catch2: Update to 2.13.8.


From: guix-commits
Subject: branch master updated: gnu: catch2: Update to 2.13.8.
Date: Fri, 28 Jan 2022 03:44:45 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c0f4b68431 gnu: catch2: Update to 2.13.8.
c0f4b68431 is described below

commit c0f4b684317fda54f3b7e9b98acfff641f4c0b7d
Author: Simon South <simon@simonsouth.net>
AuthorDate: Thu Jan 27 12:16:45 2022 -0500

    gnu: catch2: Update to 2.13.8.
    
    * gnu/packages/check.scm (catch-framework2): Update to 2.13.8.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 fb5bcadf83..ad9012f25a 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -421,7 +421,7 @@ a multi-paradigm automated test framework for C++ and 
Objective-C.")
 (define-public catch-framework2
   (package
     (name "catch2")
-    (version "2.13.2")
+    (version "2.13.8")
     (home-page "https://github.com/catchorg/Catch2";)
     (source (origin
               (method git-fetch)
@@ -431,7 +431,7 @@ a multi-paradigm automated test framework for C++ and 
Objective-C.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "100r0kmra8jmra2hv92lzvwcmphpaiccwvq3lpdsa5b7hailhach"))))
+                "18a6d7rcb6ilhxd5dff32jkfdf2ik58pbywrv04ras70217kdq4c"))))
     (build-system cmake-build-system)
     (inputs
      (list python-wrapper))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]