python310Packages.types-freezegun: 1.1.6 -> 1.1.7

This commit is contained in:
R. Ryantm 2022-03-17 13:22:42 +00:00 committed by Jonathan Ringer
parent 15770ad6cb
commit c41c6cbf99

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-freezegun";
version = "1.1.6";
version = "1.1.7";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-XHCkt0RLjH3SgA4AY9b+chqxEgk5kmT6D3evJT3YsU8=";
hash = "sha256-6dEyfpjGyqj2XeABje0nQ0fo40GY1ZqppcJK2SZdXl4=";
};
# Module doesn't have tests