Skip to content

Commit

Permalink
python312Packages.botocore-stubs: 1.34.161 -> 1.34.162
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Aug 16, 2024
1 parent 158a906 commit e4601ce
Showing 1 changed file with 2 additions and 2 deletions.
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.34.161";
version = "1.34.162";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-WdlJPJck3/GnYATcPsHsqSkMy0bdwFes86xEBx0C08s=";
hash = "sha256-PhBupD4iY/H4ByaCNYYhFUHQ5Da2pgjvCyJAtipT8iw=";
};

nativeBuildInputs = [ poetry-core ];
Expand Down

0 comments on commit e4601ce

Please sign in to comment.