python3Packages.freezegun: 1.5.1 -> 1.5.4

https://github.com/spulec/freezegun/blob/1.5.4/CHANGELOG

+2 -2
+2 -2
pkgs/development/python-modules/freezegun/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "freezegun"; 14 - version = "1.5.1"; 14 + version = "1.5.4"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.7"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - hash = "sha256-sp3t/NptXo4IPOcbK1QnU61Iz+xEA3s/x5cC4pgKiek="; 21 + hash = "sha256-eYuTcv3U2QfzPotqWLxk5oLZ/6jUlM5g94AZfugfrtE="; 22 22 }; 23 23 24 24 build-system = [ setuptools ];