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

Merge pull request #247881 from fabaff/gitignore-parser-bump

python311Packages.gitignore-parser: 0.1.5 -> 0.1.6
parents 5627735a fcd7a767
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

buildPythonPackage rec {
  pname = "gitignore-parser";
  version = "0.1.5";
  version = "0.1.6";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
    owner = "mherrmann";
    repo = "gitignore_parser";
    rev = "refs/tags/v${version}";
    hash = "sha256-Z2x09XwFDMf6sUoKXJ240abp7zctbVCN4dsoQmWVSn8=";
    hash = "sha256-RAtXh57WU67fKQhhItdOm25BYfh3ucc0eyWUHGksnLg=";
  };

  nativeCheckInputs = [