python3Packages.editorconfig: 0.17.0 -> 0.17.1 (#437454)

This commit is contained in:
Nick Cao
2025-08-27 16:26:55 -04:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "editorconfig";
version = "0.17.0";
version = "0.17.1";
pyproject = true;
src = fetchFromGitHub {
owner = "editorconfig";
repo = "editorconfig-core-py";
rev = "v${version}";
hash = "sha256-vYuXW+Yb0GXZAwaarV4WBIJtS31+EleiddU9ibBn/hs=";
hash = "sha256-3wEW2FMBKBS9mekYgmYG3Ohd3plCtYDFejwG3W6B9IA=";
fetchSubmodules = true;
};