diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2024-04-30 09:20:10 +0200 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2024-04-30 09:20:10 +0200 |
| commit | 7862df520922cd3ff9d431e7dbde232af59ca2fa (patch) | |
| tree | 888e4c7158037d478e160c7086e1b37195453e72 /pkgs/development/python-modules | |
| parent | 9b9acb3deb0e0769bae545a61624e1f00b862e0b (diff) | |
python312Packages.boto3-stubs: 1.34.93 -> 1.34.94
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/boto3-stubs/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/boto3-stubs/default.nix b/pkgs/development/python-modules/boto3-stubs/default.nix index 6383fc62ce0e..53fa22914a9b 100644 --- a/pkgs/development/python-modules/boto3-stubs/default.nix +++ b/pkgs/development/python-modules/boto3-stubs/default.nix @@ -366,7 +366,7 @@ buildPythonPackage rec { pname = "boto3-stubs"; - version = "1.34.93"; + version = "1.34.94"; pyproject = true; disabled = pythonOlder "3.7"; @@ -374,7 +374,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "boto3_stubs"; inherit version; - hash = "sha256-Gq4PBsVsjZpnxFr69h8ue8P++sIHullGojtWLSYx2KM="; + hash = "sha256-ZyKwsCQpPrN3E7jsNdAuLELEi0NhWoVExAKXLbBTQS0="; }; build-system = [ setuptools ]; |
