python313Packages.boto3-stubs: 1.40.33 -> 1.40.34

This commit is contained in:
Fabian Affolter
2025-09-18 22:45:41 +02:00
parent 451de7a7b4
commit 757cc801dc
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.40.33";
version = "1.40.34";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-quuscOCdjJYjeARaPECjd2lzPfIaq9NCEbTPPVBB4Lw=";
hash = "sha256-IhNCSgcfDXK7bwHHSqvAxidCKIltySPhhWifTUcAFYk=";
};
build-system = [ setuptools ];