python310Packages.types-freezegun: 1.1.8 -> 1.1.9

This commit is contained in:
R. Ryantm 2022-04-17 06:59:31 +00:00
parent 6140c314d5
commit 4961050a8f

View file

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