Unverified Commit c8142bcd authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.identify: 2.6.5 -> 2.6.6 (#378087)

parents c43ac6ed 7f8ebcc2
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.5";
  version = "2.6.6";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "pre-commit";
    repo = "identify";
    tag = "v${version}";
    hash = "sha256-FKF3+jN5/D0hRSvr90AY/C/5KBx0c7LvR+l12IP+zbU=";
    hash = "sha256-yglqCpaX9RnFn4kARf5HIu7xnL2ZbUet4ukbqECTwCw=";
  };

  build-system = [ setuptools ];