Skip to content

Commit

Permalink
Merge pull request NixOS#277923 from fabaff/botocore-stubs-bump
Browse files Browse the repository at this point in the history
python311Packages.botocore-stubs: 1.34.8 -> 1.34.11
  • Loading branch information
fabaff authored Jan 1, 2024
2 parents a93ebbf + 5dfd885 commit 9d64f2d
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 @@ -9,15 +9,15 @@

buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.8";
version = "1.34.11";
format = "pyproject";

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-1smqKxGai3dv6ofisZbGSLdOGYw0DbXAb43De6LWKvc=";
hash = "sha256-wLuHI8jm11bh4yFYTRGP3SGDtdHRnw6RC4ZYwBEPB6Y=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 9d64f2d

Please sign in to comment.