Skip to content

Commit

Permalink
python313Packages.boto3-stubs: 1.36.7 -> 1.36.8, python313Packages.bo…
Browse files Browse the repository at this point in the history
…tocore-stubs: 1.36.7 -> 1.36.8 (#377692)
  • Loading branch information
fabaff authored Jan 29, 2025
2 parents 9d3ae80 + 26e724c commit bf21e7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.36.6";
version = "1.36.8";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-9ewaWm7LkpEpA2MRY0gvbOhPCS1bw27Aj3cHAL78zHs=";
hash = "sha256-8J+hyMYuDd3zvMQFORoSErHe5W1wQ3izg/9A8d3BSNs=";
};

build-system = [ setuptools ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/botocore-stubs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.36.6";
version = "1.36.8";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-9HwwA2pePIQu9zR66yBnqVKVmnucMsfcDtJwQKIxNQ0=";
hash = "sha256-qLZdf2rhSqkNA/vBwnt8PGs8o9fC6x2BREG6BKIt2YE=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit bf21e7a

Please sign in to comment.