emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#53587: closed ([PATCH] gnu: catch2: Update to 2.13.8.)


From: GNU bug Tracking System
Subject: bug#53587: closed ([PATCH] gnu: catch2: Update to 2.13.8.)
Date: Fri, 28 Jan 2022 08:45:02 +0000

Your message dated Fri, 28 Jan 2022 09:44:44 +0100
with message-id <87wnikuu4j.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#53587] [PATCH] gnu: catch2: Update to 2.13.8.
has caused the debbugs.gnu.org bug report #53587,
regarding [PATCH] gnu: catch2: Update to 2.13.8.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53587: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53587
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: catch2: Update to 2.13.8. Date: Thu, 27 Jan 2022 12:16:45 -0500
* gnu/packages/check.scm (catch-framework2): Update to 2.13.8.
---
Tested on x86-64: The package and its 17 dependents all build fine.

On AArch64, the package itself builds fine but other build failures prevent me
from checking all of its dependents.

 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 @@ (define-public catch-framework2-1
 (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 @@ (define-public catch-framework2
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "100r0kmra8jmra2hv92lzvwcmphpaiccwvq3lpdsa5b7hailhach"))))
+                "18a6d7rcb6ilhxd5dff32jkfdf2ik58pbywrv04ras70217kdq4c"))))
     (build-system cmake-build-system)
     (inputs
      (list python-wrapper))

base-commit: e778910bdfc68c60a5be59aac93049d32feae904
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#53587] [PATCH] gnu: catch2: Update to 2.13.8. Date: Fri, 28 Jan 2022 09:44:44 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Simon South <simon@simonsouth.net> writes:

> * gnu/packages/check.scm (catch-framework2): Update to 2.13.8.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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