From f98ac3c65d9e87cdc7d4981e24ee2665e47a44d6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 14 Sep 2024 12:07:59 +0200 Subject: [PATCH] python312Packages.types-requests: 2.32.0.20240905 -> 2.32.0.20240914 --- 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 a58435471d7d..ed5295ea0d97 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.32.0.20240905"; + version = "2.32.0.20240914"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-6X/QFaXtmCyd3NFMxK+6nREeDga3l8j3dtFGAnNem9Y="; + hash = "sha256-KFDheNs5Gdm/gJ5DTu9luknQ5+M6yS1Yj0peKV//1AU="; }; build-system = [ setuptools ];