GNU bug report logs -
#78267
[PATCH 0/2] Update fmt.
Previous Next
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>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 78267 <at> debbugs.gnu.org (full text, mbox):
* 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
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.