python3Packages.identify: 2.6.17 -> 2.6.18
Diff: https://github.com/pre-commit/identify/compare/v2.6.17...v2.6.18
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "identify";
|
||||
version = "2.6.17";
|
||||
version = "2.6.18";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pre-commit";
|
||||
repo = "identify";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-hnVG1TRkq605uFk3PmzqFwnzcYru/4OYbrJYAtDuo0g=";
|
||||
hash = "sha256-Va1aWNeavA0iR/gKSrheJI/PIIy+KfmjEK1I97n9V/c=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user