Skip to content

Commit

Permalink
python311Packages.types-requests: 2.32.0.20240602 -> 2.32.0.20240622
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jun 27, 2024
1 parent 5488a68 commit 2ac5b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/types-requests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

buildPythonPackage rec {
pname = "types-requests";
version = "2.32.0.20240602";
version = "2.32.0.20240622";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-P5jXu9DdlOvRD/Q6f74gw7hSisrObY76/vC2oYR5PwY=";
hash = "sha256-7V6KQS/MORWdYxk4XACdZChF8lDGOQJxj2Bc2Q+q3jE=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 2ac5b41

Please sign in to comment.