aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2025-05-05 17:50:17 +0000
committerGreg Hogan <code@greghogan.com>2025-05-13 16:35:37 +0000
commit2bb9ba33509f30e670d797670e6b434f9b1baf9d (patch)
tree4e2f4a470c21fc6d81da613e9c8ca70fe3b97e0a
parent4e43c0dd213a4770791e6caff90ad7e318d3e5b4 (diff)
downloadguix-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.scm2
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