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

python311Packages.gitignore-parser: 0.1.6 -> 0.1.7

authored by

Fabian Affolter and committed by
GitHub
48d0e171 3c593eaa

+2 -2
+2 -2
pkgs/development/python-modules/gitignore-parser/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "gitignore-parser"; 10 - version = "0.1.6"; 10 + version = "0.1.7"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.7"; ··· 16 16 owner = "mherrmann"; 17 17 repo = "gitignore_parser"; 18 18 rev = "refs/tags/v${version}"; 19 - hash = "sha256-RAtXh57WU67fKQhhItdOm25BYfh3ucc0eyWUHGksnLg="; 19 + hash = "sha256-Zw7BuhdUzd0pjlRHf3KbkOUhLuBVvlKhWIzZocKOU30="; 20 20 }; 21 21 22 22 nativeCheckInputs = [