Skip to content

Commit

Permalink
python313Packages.boto3-stubs: 1.36.8 -> 1.36.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 30, 2025
1 parent dc2b133 commit a8296ce
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.36.8";
version = "1.36.9";
pyproject = true;

disabled = pythonOlder "3.7";

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

build-system = [ setuptools ];
Expand Down

0 comments on commit a8296ce

Please sign in to comment.