python313Packages.boto3-stubs: 1.38.3 -> 1.38.4

This commit is contained in:
Fabian Affolter
2025-04-28 22:18:33 +02:00
parent f027099460
commit 4bdfe1f59e
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.38.3";
version = "1.38.4";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-5AZibeja9TeYRng1WtDjLYOIZcTqPSIyaJZNTm+0RTQ=";
hash = "sha256-7/f3Qam531sK8ecBiHilYCjwW7PZxXzVDMT2C9rnlgs=";
};
build-system = [ setuptools ];