lol

Merge pull request #262008 from r-ryantm/auto-update/python311Packages.types-requests

python311Packages.types-requests: 2.31.0.9 -> 2.31.0.10

authored by

Fabian Affolter and committed by
GitHub
5391c5df a5572926

+2 -2
+2 -2
pkgs/development/python-modules/types-requests/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "types-requests"; 9 - version = "2.31.0.9"; 9 + version = "2.31.0.10"; 10 10 format = "setuptools"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - hash = "sha256-O7ERiHlcw6o5+WNQMgRO53EAk3D7McOgaulSsme2/Nc="; 14 + hash = "sha256-3FhSp28er2Dq+oGi5Qrvo9HwFcNM8MuhMJMIZrGyKpI="; 15 15 }; 16 16 17 17 propagatedBuildInputs = [