python310Packages.identify: 2.5.15 -> 2.5.16

Diff: https://github.com/pre-commit/identify/compare/v2.5.15...v2.5.16
This commit is contained in:
Fabian Affolter 2023-01-29 11:02:53 +01:00
parent feac9563b4
commit f5de62a6c7

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "identify";
version = "2.5.15";
version = "2.5.16";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pre-commit";
repo = pname;
rev = "v${version}";
sha256 = "sha256-5M51eWdER9/K15H2yUQjvXMjzYNwx9BLIKSW/ToDU5g=";
sha256 = "sha256-4A+3O3z2bdJ/bUcIy9H8HTxaARxWJ7uDM4gD+dRFLtE=";
};
nativeCheckInputs = [