diff mbox series

[bug#51079] gnu: fmt: Update to 8.0.1.

Message ID CA+3U0Z=MJEv51SfaS72gMH6dK=L13BRxChFQGP4ureVsccD3uA@mail.gmail.com
State Accepted
Headers show
Series [bug#51079] gnu: fmt: Update to 8.0.1. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Greg Hogan Oct. 7, 2021, 12:59 p.m. UTC
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(-)

      '(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
--
2.33.0

Comments

Marius Bakke Oct. 7, 2021, 9:52 p.m. UTC | #1
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?
Greg Hogan Oct. 12, 2021, 5:31 p.m. UTC | #2
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:

> 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?
>
Ludovic Courtès Nov. 13, 2021, 11:12 p.m. UTC | #3
Hi Greg,

Greg Hogan <code@greghogan.com> skribis:

> 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’.
diff mbox series

Patch

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