From f73ac77b7f21364461c1062b66ea71738401a2c4 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 1 Apr 2025 07:14:59 +0200 Subject: [PATCH] python3Packages.types-tqdm: 4.67.0.20250319 -> 4.67.0.20250401 This commit was automatically generated using update-python-libraries. --- pkgs/development/python-modules/types-tqdm/default.nix | 4 ++-- 1 file 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 935929519d1b..5fe1aff25e32 100644 --- a/pkgs/development/python-modules/types-tqdm/default.nix +++ b/pkgs/development/python-modules/types-tqdm/default.nix @@ -8,13 +8,13 @@ buildPythonPackage rec { pname = "types-tqdm"; - version = "4.67.0.20250319"; + version = "4.67.0.20250401"; pyproject = true; src = fetchPypi { pname = "types_tqdm"; inherit version; - hash = "sha256-rpR6ZL2Nfte30rc2nfBfkYH4R+woKP3Iot6wu4cBrao="; + hash = "sha256-dz+Pha3X5f/ogMjM65T1ms9T5ZI9oCTJF1fWo57puD8="; }; build-system = [ setuptools ];