[PATCH] gnu: fmt: Update to 8.0.1.

  • Done
  • quality assurance status badge
Details
3 participants
  • Greg Hogan
  • Ludovic Courtès
  • Marius Bakke
Owner
unassigned
Submitted by
Greg Hogan
Severity
normal
G
G
Greg Hogan wrote on 7 Oct 2021 14:59
(address . guix-patches@gnu.org)
CA+3U0Z=MJEv51SfaS72gMH6dK=L13BRxChFQGP4ureVsccD3uA@mail.gmail.com
From aa10e9e487397b95e0345f07c91911858962fda0 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Thu, 24 Jun 2021 13:23:21 +0000
Subject: [PATCH] gnu: fmt: Update to 8.0.1.

* gnu/packages/pretty-print.scm (fmt): Update to 8.0.1.
---
gnu/packages/pretty-print.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index 1fc1441052..a523fdc5b7 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -168,14 +168,14 @@ different programming languages.")
(define-public fmt
(package
(name "fmt")
- (version "7.1.3")
+ (version "8.0.1")
(source
(origin
(method url-fetch)
(uri (string-append "
https://github.com/fmtlib/fmt/releases/download/"
version "/fmt-" version ".zip"))
(sha256
- (base32 "17sc10hfg087z0s774lnn05wwy3bfzmcv7j448p92pr0s02cb62x"))))
+ (base32 "1gqmsk4r93x65cqs8w7zhfiv70w5fv8279nrblggqm4mmdpaa9x6"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
--
2.33.0
Attachment: file
M
M
Marius Bakke wrote on 7 Oct 2021 23:52
87ee8wlcys.fsf@gnu.org
Greg Hogan <code@greghogan.com> skriver:

Toggle quote (7 lines)
>>From aa10e9e487397b95e0345f07c91911858962fda0 Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code@greghogan.com>
> Date: Thu, 24 Jun 2021 13:23:21 +0000
> Subject: [PATCH] gnu: fmt: Update to 8.0.1.
>
> * gnu/packages/pretty-print.scm (fmt): Update to 8.0.1.

This causes build failures in 'bear', 'celestia' and possibly others
(see './pre-inst-env guix refresh -l fmt'). Can you take a look?
-----BEGIN PGP SIGNATURE-----

iIUEARYKAC0WIQRNTknu3zbaMQ2ddzTocYulkRQQdwUCYV9sGw8cbWFyaXVzQGdu
dS5vcmcACgkQ6HGLpZEUEHfDWQD/U43cKmrcek2UGKIdIJzUIQAi+dHaqyBBTqey
AABgaQQA/jPrXEhFVeTcXQxBokXsp9Z9P93gfcbOuPh8sYriXqEO
=2DbT
-----END PGP SIGNATURE-----

G
G
Greg Hogan wrote on 12 Oct 2021 19:31
(name . Marius Bakke)(address . marius@gnu.org)(address . 51079@debbugs.gnu.org)
CA+3U0Zm=sKKahKgbBv+=UjHzcPG-_ZamqVkwb7pGWDjaE+b0fg@mail.gmail.com
Hi Marius,

Thank you for reviewing these patches. Attached is a replacement patchset
updating the 'fmt' dependent packages which are buildable with fmt 8.0.1,
and adds a fmt-7 package then used by the packages which could not be
updated. The only dependent package failing to build is hyperledger-iroha,
which is currently failing to build on master.

Greg

On Thu, Oct 7, 2021 at 5:52 PM Marius Bakke <marius@gnu.org> wrote:

Toggle quote (12 lines)
> Greg Hogan <code@greghogan.com> skriver:
>
> >>From aa10e9e487397b95e0345f07c91911858962fda0 Mon Sep 17 00:00:00 2001
> > From: Greg Hogan <code@greghogan.com>
> > Date: Thu, 24 Jun 2021 13:23:21 +0000
> > Subject: [PATCH] gnu: fmt: Update to 8.0.1.
> >
> > * gnu/packages/pretty-print.scm (fmt): Update to 8.0.1.
>
> This causes build failures in 'bear', 'celestia' and possibly others
> (see './pre-inst-env guix refresh -l fmt'). Can you take a look?
>
Attachment: file
L
L
Ludovic Courtès wrote on 14 Nov 2021 00:12
Re: bug#51079: [PATCH] gnu: fmt: Update to 8.0.1.
(name . Greg Hogan)(address . code@greghogan.com)
874k8fbqfp.fsf_-_@gnu.org
Hi Greg,

Greg Hogan <code@greghogan.com> skribis:

Toggle quote (6 lines)
> Thank you for reviewing these patches. Attached is a replacement patchset
> updating the 'fmt' dependent packages which are buildable with fmt 8.0.1,
> and adds a fmt-7 package then used by the packages which could not be
> updated. The only dependent package failing to build is hyperledger-iroha,
> which is currently failing to build on master.

Perfect. I applied all patches except the fcitx5 upgrade since it had
been upgraded in the meantime. (I confirm everything builds except
hyperledger-iroha.)

Thanks,
Ludo’.
Closed
?