mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.requests: 2.34.0 -> 2.34.2
https://github.com/psf/requests/blob/v2.34.2/HISTORY.md
This commit is contained in:
parent
2c8de341fc
commit
e62c6b2316
1 changed files with 2 additions and 2 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue