python3Packages.requests: 2.34.0 -> 2.34.2

https://github.com/psf/requests/blob/v2.34.2/HISTORY.md
This commit is contained in:
Martin Weinelt 2026-06-03 16:25:25 +02:00
commit e62c6b2316
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -17,14 +17,14 @@
buildPythonPackage (finalAttrs: {
pname = "requests";
version = "2.34.0";
version = "2.34.2";
pyproject = true;
src = fetchFromGitHub {
owner = "psf";
repo = "requests";
tag = "v${finalAttrs.version}";
hash = "sha256-DDx+UV3OuCLUXM7ESbURCGeZ7t2acFEfMTOMcJdfUbI=";
hash = "sha256-J2/sNpFUDHkNBeN7BfiMamv7YaWixZAZHxaqmPVEptc=";
};
build-system = [ setuptools ];