Skip to content

Commit 290ff19

Browse files
authored
python312Packages.pre-commit-hooks: 4.6.0 -> 5.0.0 (#359135)
2 parents 2daa3cc + 58424e1 commit 290ff19

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/pre-commit-hooks

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pre-commit-hooks/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
buildPythonPackage rec {
1414
pname = "pre-commit-hooks";
15-
version = "4.6.0";
15+
version = "5.0.0";
1616
format = "setuptools";
1717

1818
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121
owner = "pre-commit";
2222
repo = pname;
2323
rev = "refs/tags/v${version}";
24-
hash = "sha256-p/pPpuuNjVxHSPyi4RL2DJlj9weSq8QinugQ4zmv9Ck=";
24+
hash = "sha256-BYNi/xtdichqsn55hqr1MSFwWpH+7cCbLfqmpn9cxto=";
2525
};
2626

2727
propagatedBuildInputs = [ ruamel-yaml ] ++ lib.optionals (pythonOlder "3.11") [ tomli ];

0 commit comments

Comments
 (0)