python313Packages.boto3-stubs: 1.37.33 -> 1.37.34

This commit is contained in:
Fabian Affolter
2025-04-14 22:40:18 +02:00
parent 7ad9b09bb4
commit c6c8543067
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.37.33";
version = "1.37.34";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-0FYarbmPpOz/0080w7i+Or0KDl3hNn99PphetN6QTFs=";
hash = "sha256-55s1NWY0F9P7T2W/FqAFzhtCbrN3sjYF48EZTXkclb4=";
};
build-system = [ setuptools ];