Unverified Commit 251897da authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #216270 from fabaff/identify-bump

python310Packages.identify: 2.5.17 -> 2.5.18
parents 74ddefa9 42e8afc5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "identify";
  version = "2.5.17";
  version = "2.5.18";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "pre-commit";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-urviMomTJdbublr2nCj25R/xbs/pEsRKWxmklneTjOQ=";
    sha256 = "sha256-Pf9/mjbyC859WT8ZreFq5u6YER/tRgsQuqIgt6mdPqE=";
  };

  nativeCheckInputs = [