about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-04-18 21:48:56 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-04-22 14:02:08 +0200
commit110f0921e3f532848bdae5b42ba8c6e43ff9ad6f (patch)
tree0004fe992d77dca682534bf1044b5790457503e8
parentd5c01fef96dbf95e589f676353f34e3b50d4e33d (diff)
python3Packages.types-tqdm: 4.66.0.20240106 -> 4.66.0.20240417
-rw-r--r--pkgs/development/python-modules/types-tqdm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/types-tqdm/default.nix b/pkgs/development/python-modules/types-tqdm/default.nix
index 3029545302aa1..ba9c620dd269b 100644
--- a/pkgs/development/python-modules/types-tqdm/default.nix
+++ b/pkgs/development/python-modules/types-tqdm/default.nix
@@ -7,14 +7,14 @@
 
 buildPythonPackage rec {
   pname = "types-tqdm";
-  version = "4.66.0.20240106";
+  version = "4.66.0.20240417";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-es9KreW6097XbrgpeD+ZYbHCGHlI6qbdGuhkTf+VqTg=";
+    hash = "sha256-Ftzp71IuqNQOT1uNhN2KEWbu/BPO7np+FYvw8aFCGjE=";
   };
 
   nativeBuildInputs = [