Merge pull request #224179 from aaronjheng/pre-commit

pre-commit: 3.1.0 -> 3.2.2
This commit is contained in:
Mario Rodas 2023-04-09 06:52:54 -05:00 committed by GitHub
commit 68bb0e03c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
with python3Packages;
buildPythonApplication rec {
pname = "pre-commit";
version = "3.1.0";
version = "3.2.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonApplication rec {
owner = "pre-commit";
repo = "pre-commit";
rev = "v${version}";
hash = "sha256-riAXvpJmuQHOfruwebijiAgN2AvqpUUI07p758qO+4k=";
hash = "sha256-WRQdxFlTpLmQpX9x3swlkSr2iv0alSiCRtTjhQC164c=";
};
patches = [