From f2e4fef01e003a89a194b685172b7388c3451161 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 1 Apr 2025 03:51:37 +0200 Subject: [PATCH] python313Packages.types-requests: 2.32.0.20250306 -> 2.32.0.20250328 --- pkgs/development/python-modules/types-requests/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/types-requests/default.nix b/pkgs/development/python-modules/types-requests/default.nix index dfc2d80fdefd..8086f8f1a707 100644 --- a/pkgs/development/python-modules/types-requests/default.nix +++ b/pkgs/development/python-modules/types-requests/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "types-requests"; - version = "2.32.0.20250306"; + version = "2.32.0.20250328"; pyproject = true; src = fetchPypi { pname = "types_requests"; inherit version; - hash = "sha256-CWI1JpTsWy+V/ah37mChWavfhKD8b9rOWZ8grLQaA9E="; + hash = "sha256-yeZyKOoQO9gRyWmE+sNu0q6NqHo2pjOWSiHxmdYLrzI="; }; build-system = [ setuptools ];