Skip to content

Commit

Permalink
python312Packages.botocore-stubs: 1.35.87 -> 1.35.88 (#368523)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 27, 2024
2 parents 3f7b565 + 9766259 commit a7e1f3f
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.35.87";
version = "1.35.88";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-CeKiwHV/uVoMpZXHJOtaFR8cTCZLUcQ8vbVYU6eWxMQ=";
hash = "sha256-0kYZ5reA087sjwKlxDb3SIar+d0pXWENhLOMUjQKp3o=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit a7e1f3f

Please sign in to comment.