diff options
author | Greg Hogan <code@greghogan.com> | 2025-05-05 17:50:17 +0000 |
---|---|---|
committer | Greg Hogan <code@greghogan.com> | 2025-05-13 16:35:37 +0000 |
commit | 2bb9ba33509f30e670d797670e6b434f9b1baf9d (patch) | |
tree | 4e2f4a470c21fc6d81da613e9c8ca70fe3b97e0a | |
parent | 4e43c0dd213a4770791e6caff90ad7e318d3e5b4 (diff) | |
download | guix-2bb9ba33509f30e670d797670e6b434f9b1baf9d.tar.gz guix-2bb9ba33509f30e670d797670e6b434f9b1baf9d.zip |
gnu: imhex-pattern-language: Downgrade dependency.
* gnu/packages/hexedit.scm (imhex-pattern-language)
[native-inputs]: Replace fmt-11 with fmt-10.
Change-Id: I8e9c51c3f5f2127bd4c663227dd0b4145e2d2c4f
-rw-r--r-- | gnu/packages/hexedit.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ Development Environment} (IDE).") (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 |