From 91fc33b0bdece0c9e41c2afc7af303be8cb94b67 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 24 May 2024 09:16:01 +0000 Subject: [PATCH] python311Packages.types-requests: 2.31.0.20240406 -> 2.32.0.20240523 --- 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 6cabdc3b89a5..077a0980df0e 100644 --- a/pkgs/development/python-modules/types-requests/default.nix +++ b/pkgs/development/python-modules/types-requests/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "types-requests"; - version = "2.31.0.20240406"; + version = "2.32.0.20240523"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-RCjfM8VQOUXHSz9C6CsYHobse3JGIEGaKWbi3mBM4aE="; + hash = "sha256-Jrim3jLZ9WEZK5lCtBwKstgBDfVnfKiqFGKJ0R1QX1c="; }; build-system = [ setuptools ];