python3Packages.identify: 2.2.13 -> 2.2.14

This commit is contained in:
Fabian Affolter 2021-09-11 09:28:43 +02:00
parent 9ea08f3ce2
commit 399afe5dbc

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "identify";
version = "2.2.13";
version = "2.2.14";
src = fetchFromGitHub {
owner = "pre-commit";
repo = pname;
rev = "v${version}";
sha256 = "sha256-lKdFHynKraN+eUeO1hFzoNsdMzRgmnBHQzPuKLH0Xvs=";
sha256 = "sha256-hQpI69jBEtKYQuB+lx4oF2Ud77IajlAPYWl8IxtSTNo=";
};
checkInputs = [