Commit 846e33db authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent c2fff9b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "identify";
  version = "2.6.9";
  version = "2.6.10";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "pre-commit";
    repo = "identify";
    tag = "v${version}";
    hash = "sha256-5MirPDgV5+dq+2Hr1sxpbDiQ2h+BxO5axtf2ntbFsMg=";
    hash = "sha256-PI7EDA6CZs6nGcggCt008LaQtJLlkAHj0Pnx44plggY=";
  };

  build-system = [ setuptools ];