python310Packages.types-freezegun: 1.1.9 -> 1.1.10

This commit is contained in:
R. Ryantm 2022-06-10 06:35:10 +00:00
parent 19e8b063a9
commit a824be79d8

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-freezegun";
version = "1.1.9";
version = "1.1.10";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-bwUQjUaLrsrfmZhzvTfleyXOs1010/g+enQvJdb+iw4=";
hash = "sha256-yzotLu6VDqy6rAZzq1BJmCM2XOuMZVursVRKQURkCew=";
};
# Module doesn't have tests