[PATCH core-updates] catch2: Update to 3.8.1

  • Done
  • quality assurance status badge
Details
3 participants
  • Andreas Enge
  • Maxim Cournoyer
  • nomike
Owner
unassigned
Submitted by
nomike
Severity
normal

Debbugs page

N
N
nomike wrote on 12 Apr 17:37 -0700
[PATCH] catch2: Update to 3.8.1
(address . guix-patches@gnu.org)(name . nomike)(address . nomike@nomike.com)
20250413003734.1774762-1-nomike@nomike.com
Change-Id: I2e5e49f935aab3fe02b51d94112212f23e2490e0
Signed-off-by: nomike <nomike@nomike.com>
---
gnu/packages/check.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
M
M
Maxim Cournoyer wrote on 13 Apr 21:39 -0700
(name . nomike)(address . nomike@nomike.com)
87y0w3uzk2.fsf@gmail.com
title 77772 [PATCH core-updates] catch2: Update to 3.8.1
quit

Hi,

nomike <nomike@nomike.com> writes:

Toggle quote (17 lines)
> Change-Id: I2e5e49f935aab3fe02b51d94112212f23e2490e0
> Signed-off-by: nomike <nomike@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")

This would trigger 3.5 k rebuilds according to 'guix refresh -l
catch2@3.5', so needs to be handled on a dedicated branch or pulled in a
core-updates'ish branch. Retitling to denote that.

--
Thanks,
Maxim
M
M
Maxim Cournoyer wrote on 13 Apr 23:34 -0700
control message for bug #77772
(address . control@debbugs.gnu.org)
87o6wzuu86.fsf@gmail.com
retitle 77772 [PATCH core-updates] catch2: Update to 3.8.1
quit
A
A
Andreas Enge wrote on 1 Aug 10:25 -0700
Re: [bug#77772] [PATCH] catch2: Update to 3.8.1
(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)
aIz4j-fxSzNT4CXY@jurong
Following https://codeberg.org/guix/guix/pulls/1217I have added a new
package in commit be0986a0d98f699e80cba321e3e699454b79b743 .

Andreas
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 77772@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 77772
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