Merge pull request #137288 from fabaff/bump-pre-commit

This commit is contained in:
Sandro 2021-09-10 19:22:58 +02:00 committed by GitHub
commit f65339922b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,13 +17,13 @@
buildPythonPackage rec {
pname = "pre-commit";
version = "2.14.0";
version = "2.15.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit version;
pname = "pre_commit";
sha256 = "sha256-I4butM9mM3EsfMnt6DaE1TyMr8prWfecc4CYtRxtIGw=";
sha256 = "sha256-PCWt1429+2ooplF4DVwxGsQN0X8WDrOVSgxZ2kClBac=";
};
patches = [