Merge pull request #299683 from fabaff/boto3-stubs-bump

python311Packages.boto3-stubs: 1.34.70 -> 1.34.72
This commit is contained in:
Fabian Affolter 2024-03-28 10:25:47 +01:00 committed by GitHub
commit 82c297853d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -365,14 +365,14 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.70";
version = "1.34.72";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-WlF4VNAeHKXYEX7NYP0Ehw9uuRAI+tZ13Wr/NinzF7U=";
hash = "sha256-eQPciiA763TWI3smauBk/1qbJ2B0r3UAt9tIVEZJWWo=";
};
nativeBuildInputs = [