Merge pull request #131043 from fabaff/bump-holidays

authored by Sandro and committed by GitHub 23eeef8b f69fc496

+2 -2
+2 -2
pkgs/development/python-modules/holidays/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "holidays"; 15 - version = "0.11.1"; 15 + version = "0.11.2"; 16 16 disabled = pythonOlder "3.6"; 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - sha256 = "sha256-f6/YRvZ/Drfh+cGcOPSnlnvweu1d7S3XqKovk3sOoBs="; 20 + sha256 = "0nqxan6nr3jp63i3sbb9s1v5dlig22bl927a6pl1ahks8cnr7rkn"; 21 21 }; 22 22 23 23 propagatedBuildInputs = [