Skip to content

Commit

Permalink
python312Packages.boto3-stubs: 1.35.78 -> 1.35.79, python312Packages.…
Browse files Browse the repository at this point in the history
…botocore-stubs: 1.35.78 -> 1.35.79 (#364681)
  • Loading branch information
fabaff authored Dec 13, 2024
2 parents 3107435 + 0b91edd commit 0d34423
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.35.78";
version = "1.35.79";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-XQI88fzHI9/bopZT4K2bmTOYXIE6JbwhgH4h6rgeIbQ=";
hash = "sha256-ojkVIp2cSa7fw6N3SZyjm4/RzLFCTzh1XjD7n1SOoAY=";
};

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.35.78";
version = "1.35.79";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-TLXB/KMwSKKvyiACcZqNaW9wUatPDvX17pbfeq92oFU=";
hash = "sha256-wMXwaH0C3c4kcwN8zs8KtjTqNYWnRu6J+bRLV9BGJ4Q=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit 0d34423

Please sign in to comment.