We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2daa3cc + 58424e1 commit 290ff19Copy full SHA for 290ff19
pkgs/development/python-modules/pre-commit-hooks/default.nix
@@ -12,7 +12,7 @@
12
13
buildPythonPackage rec {
14
pname = "pre-commit-hooks";
15
- version = "4.6.0";
+ version = "5.0.0";
16
format = "setuptools";
17
18
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
21
owner = "pre-commit";
22
repo = pname;
23
rev = "refs/tags/v${version}";
24
- hash = "sha256-p/pPpuuNjVxHSPyi4RL2DJlj9weSq8QinugQ4zmv9Ck=";
+ hash = "sha256-BYNi/xtdichqsn55hqr1MSFwWpH+7cCbLfqmpn9cxto=";
25
};
26
27
propagatedBuildInputs = [ ruamel-yaml ] ++ lib.optionals (pythonOlder "3.11") [ tomli ];
0 commit comments