Skip to content

Commit

Permalink
python313Packages.boto3-stubs: 1.35.94 -> 1.35.95
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 9, 2025
1 parent c654b53 commit aa4d64f
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 @@ -359,15 +359,15 @@

buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.35.94";
version = "1.35.95";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-KgYVjr8QsDAD/SnzqXPY24at0Uf+1knwE97gFOumhVA=";
hash = "sha256-xEwUHCSDw8Ksz14p9g01oX7F/dLTh3IWtQiniLwDH8I=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit aa4d64f

Please sign in to comment.