Merge pull request #302248 from r-ryantm/auto-update/python312Packages.pre-commit-hooks

python312Packages.pre-commit-hooks: 4.5.0 -> 4.6.0
This commit is contained in:
Matthias Beyer 2024-04-07 10:04:18 +02:00 committed by GitHub
commit d487e94a1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pre-commit-hooks";
version = "4.5.0";
version = "4.6.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "pre-commit";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-EiPGdrpD4e9izRNJCjHRp+gR+ClzFtLjs6P57WXDs7I=";
hash = "sha256-p/pPpuuNjVxHSPyi4RL2DJlj9weSq8QinugQ4zmv9Ck=";
};
propagatedBuildInputs = [