python312Packages.editorconfig: 0.12.4 -> 0.17.0

Diff: https://github.com/editorconfig/editorconfig-core-py/compare/v0.12.4...v0.17.0
This commit is contained in:
Nick Cao
2024-12-29 19:14:57 -08:00
parent 55b36466c3
commit f7a1f01cbc
@@ -8,18 +8,18 @@
buildPythonPackage rec {
pname = "editorconfig";
version = "0.12.4";
version = "0.17.0";
pyproject = true;
src = fetchFromGitHub {
owner = "editorconfig";
repo = "editorconfig-core-py";
rev = "v${version}";
hash = "sha256-+m674bLj6xs7MWU+8BMixEwy7/TjyES0lvCLLogTDHQ=";
hash = "sha256-vYuXW+Yb0GXZAwaarV4WBIJtS31+EleiddU9ibBn/hs=";
fetchSubmodules = true;
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
nativeCheckInputs = [ cmake ];