python3Packages.identify: 2.2.14 -> 2.2.15

This commit is contained in:
Fabian Affolter 2021-09-21 07:58:50 +02:00
parent 69a9d335f6
commit d954fd4c3f

View File

@ -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 = [