python313Packages.boto3-stubs: 1.38.30 -> 1.38.31

This commit is contained in:
Fabian Affolter
2025-06-06 15:18:40 +02:00
parent 406c3a3421
commit 48da8657f7
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.38.30";
version = "1.38.31";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-dSwG+AEjONb1mSiArcRn41ljisLIusmiFE3dA/Scyds=";
hash = "sha256-ApPlSjB6qaMXhT3k0YZPFtv/r8By6SIxcmw2cRO9ho4=";
};
build-system = [ setuptools ];