about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-04-17 08:13:20 -0500
committerGitHub <noreply@github.com>2022-04-17 08:13:20 -0500
commitb44d685da009f4d0368ca214cdb8897bc2e91952 (patch)
tree2d213c62b3410b9a3f6dae286cbd179d0c447a44 /pkgs/development
parent0af20f75c5622da3e0b741c3ade7be646d989f7e (diff)
parent4961050a8fea68f3c65ddfb7cb03aeb760e36062 (diff)
Merge pull request #169019 from r-ryantm/auto-update/python3.10-types-freezegun
python310Packages.types-freezegun: 1.1.8 -> 1.1.9
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/types-freezegun/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/types-freezegun/default.nix b/pkgs/development/python-modules/types-freezegun/default.nix
index f1559fb27d4f9..d34bac65a92df 100644
--- a/pkgs/development/python-modules/types-freezegun/default.nix
+++ b/pkgs/development/python-modules/types-freezegun/default.nix
@@ -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