Unverified Commit fc1152dd authored by isabel's avatar isabel Committed by GitHub
Browse files

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

parents d662d570 33b2d0d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];