GNU bug report logs - #78267
[PATCH 0/2] Update fmt.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Mon, 5 May 2025 18:08:02 UTC

Severity: normal

Tags: patch

Done: Greg Hogan <code <at> greghogan.com>

To reply to this bug, email your comments to 78267 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#78267; Package guix-patches. (Mon, 05 May 2025 18:08:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Greg Hogan <code <at> greghogan.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 05 May 2025 18:08:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 0/2] Update fmt.
Date: Mon,  5 May 2025 18:07:37 +0000
The fmt downgrade in imhex-pattern-language is due to the following
issue already reported upstream:
  https://github.com/WerWolv/ImHex/issues/2225

Greg Hogan (2):
  gnu: fmt: Update to 11.2.0.
  gnu: imhex-pattern-language: Downgrade dependency.

 gnu/packages/hexedit.scm      | 2 +-
 gnu/packages/pretty-print.scm | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


base-commit: 90f0f8713da9cf0dc0bb5c93446a4eba11075352
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#78267; Package guix-patches. (Mon, 05 May 2025 18:11:01 GMT) Full text and rfc822 format available.

Message #8 received at 78267 <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: 78267 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 1/2] gnu: imhex-pattern-language: Downgrade dependency.
Date: Mon,  5 May 2025 18:09:54 +0000
* gnu/packages/hexedit.scm (imhex-pattern-language)
[native-inputs]: Replace fmt-11 with fmt-10.

Change-Id: I8e9c51c3f5f2127bd4c663227dd0b4145e2d2c4f
---
 gnu/packages/hexedit.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/hexedit.scm b/gnu/packages/hexedit.scm
index 0ab684ded1..74d2454589 100644
--- a/gnu/packages/hexedit.scm
+++ b/gnu/packages/hexedit.scm
@@ -212,7 +212,7 @@ (define-public imhex-pattern-language
               (with-directory-excursion "../source"
                 (invoke "python3" "tests/integration/integration.py"
                         "../build/cli/plcli")))))))
-    (native-inputs (list cli11 gcc-14 fmt-11 nlohmann-json python))
+    (native-inputs (list cli11 gcc-14 fmt-10 nlohmann-json python))
     (home-page "https://imhex.werwolv.net")
     (synopsis "Pattern language used by the ImHex Hex Editor")
     (description "This package provides a C-like domain-specific language used
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#78267; Package guix-patches. (Mon, 05 May 2025 18:11:02 GMT) Full text and rfc822 format available.

Message #11 received at 78267 <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: 78267 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 2/2] gnu: fmt: Update to 11.2.0.
Date: Mon,  5 May 2025 18:09:55 +0000
* gnu/packages/pretty-print.scm (fmt): Update to 11.2.0.

Change-Id: Ifde5f94dc58dfc2617e2c5d731e8a97d4ca4705f
---
 gnu/packages/pretty-print.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index cd42582dc9..6209d8b313 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -173,7 +173,7 @@ (define-public enscript
 (define-public fmt-11
   (package
     (name "fmt")
-    (version "11.1.4")
+    (version "11.2.0")
     (source
      (origin
        (method git-fetch)
@@ -182,7 +182,7 @@ (define-public fmt-11
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "040mzvj9a3h0jpf5hb5l0rlxr22wd9hqvj8xlddfl0mzi2az2imi"))))
+        (base32 "0x8j1k1cnmvv5hbhhyfm7bqw2d2rb3jpmz6bc4a195z8pzj582dh"))))
     (build-system cmake-build-system)
     (arguments '(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
     (home-page "https://fmt.dev")
-- 
2.49.0





Reply sent to Greg Hogan <code <at> greghogan.com>:
You have taken responsibility. (Tue, 13 May 2025 17:36:02 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Tue, 13 May 2025 17:36:02 GMT) Full text and rfc822 format available.

Message #16 received at 78267-done <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: 78267-done <at> debbugs.gnu.org
Subject: Re: [PATCH 2/2] gnu: fmt: Update to 11.2.0.
Date: Tue, 13 May 2025 13:35:04 -0400
On Mon, May 5, 2025 at 2:10 PM Greg Hogan <code <at> greghogan.com> wrote:
>
> * gnu/packages/pretty-print.scm (fmt): Update to 11.2.0.
>
> Change-Id: Ifde5f94dc58dfc2617e2c5d731e8a97d4ca4705f
> ---
>  gnu/packages/pretty-print.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
> index cd42582dc9..6209d8b313 100644
> --- a/gnu/packages/pretty-print.scm
> +++ b/gnu/packages/pretty-print.scm
> @@ -173,7 +173,7 @@ (define-public enscript
>  (define-public fmt-11
>    (package
>      (name "fmt")
> -    (version "11.1.4")
> +    (version "11.2.0")
>      (source
>       (origin
>         (method git-fetch)
> @@ -182,7 +182,7 @@ (define-public fmt-11
>               (commit version)))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "040mzvj9a3h0jpf5hb5l0rlxr22wd9hqvj8xlddfl0mzi2az2imi"))))
> +        (base32 "0x8j1k1cnmvv5hbhhyfm7bqw2d2rb3jpmz6bc4a195z8pzj582dh"))))
>      (build-system cmake-build-system)
>      (arguments '(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
>      (home-page "https://fmt.dev")
> --
> 2.49.0

Pushed as 2bb9ba33509f30e670d797670e6b434f9b1baf9d^..8e0bab93e56d67ab06ae7e946b30d4df99d1d2df.




This bug report was last modified 1 day ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.