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

python313Packages.identify: 2.6.14 -> 2.6.15 (#449967)

parents 0e9e2df8 a576eb34
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.14";
  version = "2.6.15";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "pre-commit";
    repo = "identify";
    tag = "v${version}";
    hash = "sha256-l486vlvhDEm9f11z1FDB9AxAbQ+jgHvGppn4CTc/dLk=";
    hash = "sha256-YA9DwtAFjFYkycCJjBDXgIE4FKTt3En7fvw5xe37GZU=";
  };

  build-system = [ setuptools ];