Skip to content

Commit

Permalink
Merge pull request #306260 from fabaff/boto3-stubs-bump
Browse files Browse the repository at this point in the history
python312Packages.boto3-stubs: 1.34.88 -> 1.34.89, python312Packages.botocore-stubs: 1.34.88 -> 1.34.89
  • Loading branch information
marsam authored Apr 23, 2024
2 parents 32fe9d5 + be93d8e commit 595998e
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 @@ -366,15 +366,15 @@

buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.88";
version = "1.34.89";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-I8qeDNDT53AtZjGh6UpCCKJrOfprEsc0Qn5op/pklHc=";
hash = "sha256-LGZI40McFYE28MHyHkQtPt4/taUkpacOo4AffpUUoQc=";
};

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 @@ -9,15 +9,15 @@

buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.88";
version = "1.34.89";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-ZW6WbqFSpPKCiJKqepZzvJF5mZj1qO/Y6P45D2HC9PE=";
hash = "sha256-stdBa1JLznMlql/gm7XgtryVMdQTb0QH+jm2vFhQfzQ=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 595998e

Please sign in to comment.