From bf85cb4bfe8b48553001db480cb5cb8e501396ad Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 15 Oct 2023 10:33:00 +0200 Subject: [PATCH] python311Packages.types-requests: 2.31.0.8 -> 2.31.0.9 --- 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 7e7d7c01dcfd..84a15f1f72c6 100644 --- a/pkgs/development/python-modules/types-requests/default.nix +++ b/pkgs/development/python-modules/types-requests/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "types-requests"; - version = "2.31.0.8"; + version = "2.31.0.9"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-4bMlxoezSUovUoqwbkEdcJLMVGzJJFwAC6zC/KWultQ="; + hash = "sha256-O7ERiHlcw6o5+WNQMgRO53EAk3D7McOgaulSsme2/Nc="; }; propagatedBuildInputs = [