From 1c47e4a39b29c2e440539470731d2b0222e3700c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 30 May 2023 19:21:35 +0200 Subject: [PATCH] python311Packages.types-requests: 2.31.0.0 -> 2.31.0.1 --- 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 0d3f869dc9b6..6b8d972e4624 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.0"; + version = "2.31.0.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-wcKdIKuNhN/0aNf+v+jgywtGZFQyIbOGYF4UZytE6iU="; + hash = "sha256-PeZnz/oSPOaYWR3grX2wNKUxdFellusLSUTlqdno0aw="; }; propagatedBuildInputs = [