Skip to content

Commit

Permalink
python312Packages.requests: 2.31.0 -> 2.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed May 22, 2024
1 parent 3df067d commit d04ba96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/requests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@

buildPythonPackage rec {
pname = "requests";
version = "2.31.0";
version = "2.32.2";
pyproject = true;

disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";

__darwinAllowLocalNetworking = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-lCxadY+Y15Dq7Ropy27vx/+w0c968Fw9J5Flbb1q0eE=";
hash = "sha256-3ZUf9ezz47OqJrQHA7p3SV2rQdqDmucu88jl2OJDMok=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit d04ba96

Please sign in to comment.