Merge pull request #138779 from fabaff/bump-identify

python3Packages.identify: 2.2.14 -> 2.2.15
This commit is contained in:
Fabian Affolter
2021-09-21 11:16:21 +02:00
committed by GitHub
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "identify";
version = "2.2.14";
version = "2.2.15";
src = fetchFromGitHub {
owner = "pre-commit";
repo = pname;
rev = "v${version}";
sha256 = "sha256-hQpI69jBEtKYQuB+lx4oF2Ud77IajlAPYWl8IxtSTNo=";
sha256 = "sha256-mr778CszspTuKSPwXBDaehCMqbfkNFgAVzpkn7seVoU=";
};
checkInputs = [