Skip to content

Commit

Permalink
python312Packages.editorconfig: 0.12.4 -> 0.17.0 (#369288)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 6, 2025
2 parents 860e5bd + f7a1f01 commit 9ee7a88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/editorconfig/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];

Expand Down

0 comments on commit 9ee7a88

Please sign in to comment.