Skip to content

Commit

Permalink
Merge pull request NixOS#313320 from fabaff/boto3-stubs-bump
Browse files Browse the repository at this point in the history
python312Packages.boto3-stubs: 1.34.108 -> 1.34.109
  • Loading branch information
fabaff authored May 21, 2024
2 parents e24a3d1 + c6005d8 commit fef4af5
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 @@ -366,15 +366,15 @@

buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.108";
version = "1.34.109";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-4T5VsYHuwOwZD0qpHgxKuZ7KTBxBdOFq7cVLuygOYXk=";
hash = "sha256-h/soM0T7nH4jMl82FCy4C15aJJCdP6Bvf2doGYt+sWg=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit fef4af5

Please sign in to comment.