From 1e7ac24e9d4d2d93345370c0fce0f905313028bb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 5 Apr 2023 00:04:00 +0200 Subject: [PATCH] python310Packages.types-requests: 2.28.11.16 -> 2.28.11.17 --- 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 b1712c818df2..fc824ae59dff 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.28.11.16"; + version = "2.28.11.17"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-nUACBW3368TsHyj9cB+6gsXCJUnER3EWyyZWqjCs5ts="; + hash = "sha256-DVgGUs6QP2Q/jDtJTdAdKTZ+pXzqDHrX9lzzFpCS7bA="; }; propagatedBuildInputs = [