Skip to content

Commit

Permalink
python313Packages.botocore-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 a8296ce commit 47f8ad0
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.36.8";
version = "1.36.9";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-qLZdf2rhSqkNA/vBwnt8PGs8o9fC6x2BREG6BKIt2YE=";
hash = "sha256-eGhX/J9OEfFrYuA4O41go6A6msEP4j1X0fpybndiZTU=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit 47f8ad0

Please sign in to comment.