python312Packages.identify: 2.6.1 -> 2.6.2

Diff: https://github.com/pre-commit/identify/compare/refs/tags/v2.6.1...v2.6.2
This commit is contained in:
Fabian Affolter
2024-11-14 10:11:56 +01:00
parent 14fd9c3c26
commit e9ea7c2fe9
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "identify";
version = "2.6.1";
version = "2.6.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "pre-commit";
repo = "identify";
rev = "refs/tags/v${version}";
hash = "sha256-EbJiMTDE9eumhkWTXlcB38rHrX5DPAZdqix2H4ocnkE=";
hash = "sha256-6sKnHsVLkwHy2udd8znqiFFMfWnmWTxTU949X4bqLNU=";
};
build-system = [ setuptools ];