From fec6cf1cb127539afc52fd48de6f1007b91eb103 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 20 May 2022 00:48:28 +0000 Subject: [PATCH] python310Packages.types-requests: 2.27.26 -> 2.27.27 --- 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 43795067729..96d009a0b47 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.27.26"; + version = "2.27.27"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "sha256-pqBMAnTAlJ/QUl812LU6w053r+y+s8STLdxs5nWsAJw="; + sha256 = "sha256-1hjZgJ+jL1FM8XzqhGCBTaZxxWNm+xyQiszKi/GDESs="; }; propagatedBuildInputs = [