toml-sort: 0.24.3 -> 0.24.4 (#505164)

This commit is contained in:
isabel
2026-03-31 09:00:00 +00:00
committed by GitHub
+2 -2
View File
@@ -4,7 +4,7 @@
fetchFromGitHub,
}:
let
version = "0.24.3";
version = "0.24.4";
in
python3Packages.buildPythonApplication {
pname = "toml-sort";
@@ -15,7 +15,7 @@ python3Packages.buildPythonApplication {
owner = "pappasam";
repo = "toml-sort";
tag = "v${version}";
hash = "sha256-QlKksxwgdN37Z6nU1CloUT+G+mRNnkVnbI2++J3R+AY=";
hash = "sha256-3xuCnzZ6SKUclvyyWRxHUJy0xF1rnJYwWPZD0OKWFxQ=";
};
build-system = [ python3Packages.poetry-core ];