Skip to content

Commit

Permalink
python311Packages.boto3-stubs: 1.34.34 -> 1.34.35
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 6, 2024
1 parent 7aeb86c commit 2a65ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/boto3-stubs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -365,14 +365,14 @@

buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.34";
version = "1.34.35";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-lnidW9vZ7hDcplEsdwegfPUu97Guq3kqlCx9axMX09w=";
hash = "sha256-kXJa7GEJ+bTR03pQ58lHjOnK9B1b196+gKMew+H4SlA=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 2a65ae5

Please sign in to comment.