[PATCH] gnu: catch2: Update to 2.13.8.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Simon South
Owner
unassigned
Submitted by
Simon South
Severity
normal

Debbugs page

Simon South wrote 3 years ago
(address . guix-patches@gnu.org)
20220127171645.30203-1-simon@simonsouth.net
* 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(-)

Toggle diff (26 lines)
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
Nicolas Goaziou wrote 3 years ago
(name . Simon South)(address . simon@simonsouth.net)(address . 53587-done@debbugs.gnu.org)
87wnikuu4j.fsf@nicolasgoaziou.fr
Hello,

Simon South <simon@simonsouth.net> writes:

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

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 53587@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 53587
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help