Merge pull request #203184 from r-ryantm/auto-update/python310Packages.holidays

python310Packages.holidays: 0.17 -> 0.17.2

authored by Fabian Affolter and committed by GitHub 0b85c2f8 d35aeaa5

+3 -2
+3 -2
pkgs/development/python-modules/holidays/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "holidays"; 14 - version = "0.17"; 15 format = "setuptools"; 16 17 disabled = pythonOlder "3.7"; 18 19 src = fetchPypi { 20 inherit pname version; 21 - hash = "sha256-nxa2Dwe+KgPKqj1sqLDWau6JkLcgag0TlM4x+tK0JC4="; 22 }; 23 24 propagatedBuildInputs = [ ··· 39 meta = with lib; { 40 description = "Generate and work with holidays in Python"; 41 homepage = "https://github.com/dr-prodigy/python-holidays"; 42 license = licenses.mit; 43 maintainers = with maintainers; [ jluttine ]; 44 };
··· 11 12 buildPythonPackage rec { 13 pname = "holidays"; 14 + version = "0.17.2"; 15 format = "setuptools"; 16 17 disabled = pythonOlder "3.7"; 18 19 src = fetchPypi { 20 inherit pname version; 21 + hash = "sha256-EWBFNfZq2dj4TlHBcQKWDof8OBn4RESvaLHrh1aGZjA="; 22 }; 23 24 propagatedBuildInputs = [ ··· 39 meta = with lib; { 40 description = "Generate and work with holidays in Python"; 41 homepage = "https://github.com/dr-prodigy/python-holidays"; 42 + changelog = "https://github.com/dr-prodigy/python-holidays/releases/tag/v.${version}"; 43 license = licenses.mit; 44 maintainers = with maintainers; [ jluttine ]; 45 };