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

python3Packages.identify: 2.6.16 -> 2.6.17 (#497345)

parents eb85a374 d1980bcd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage (finalAttrs: {
  pname = "identify";
  version = "2.6.16";
  version = "2.6.17";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pre-commit";
    repo = "identify";
    tag = "v${finalAttrs.version}";
    hash = "sha256-+iLIU2NfKogFAdbAXXER3G7cDyvcey9pR+0HifQZoh8=";
    hash = "sha256-hnVG1TRkq605uFk3PmzqFwnzcYru/4OYbrJYAtDuo0g=";
  };

  build-system = [ setuptools ];