Skip to content

Commit

Permalink
Merge pull request NixOS#286616 from r-ryantm/auto-update/python311Pa…
Browse files Browse the repository at this point in the history
…ckages.boto3-stubs

python311Packages.boto3-stubs: 1.34.34 -> 1.34.35
  • Loading branch information
fabaff authored Feb 6, 2024
2 parents ba5424b + 2a65ae5 commit 8cc79aa
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 8cc79aa

Please sign in to comment.