From 4e98e926750c770faf9e3aea9931e63c066728e7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 25 May 2023 09:34:26 +0200 Subject: [PATCH] python310Packages.types-requests: 2.30.0.0 -> 2.31.0.0 --- 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 3da95f8cb37..0d3f869dc9b 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.30.0.0"; + version = "2.31.0.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-3seBBUMkpwumRDCunmLn6cjkYYwYWlyz+HpnOCUbWjE="; + hash = "sha256-wcKdIKuNhN/0aNf+v+jgywtGZFQyIbOGYF4UZytE6iU="; }; propagatedBuildInputs = [