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

python313Packages.gitignore-parser: 0.1.11 -> 0.1.12 (#398684)

parents 19ff12ec 03bc3d2d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "gitignore-parser";
  version = "0.1.11";
  version = "0.1.12";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "mherrmann";
    repo = "gitignore_parser";
    tag = "v${version}";
    hash = "sha256-y8A8OLgJccYWvKTJs7um8RwFFM0CswbwRojknBmk3TY=";
    hash = "sha256-s1t7WTrtxeeL4we+Y8I6XK8vKzmDVftmtXhRS/XeSAM=";
  };

  nativeBuildInputs = [ setuptools ];