python313Packages.boto3-stubs: 1.38.38 -> 1.38.39

This commit is contained in:
Fabian Affolter
2025-06-26 08:59:09 +02:00
parent 25df5d4461
commit 71bcfc5135
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.38.38";
version = "1.38.39";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-RXIGUBA5HFs/9REp0Kx29As1ta5vVYW8sdBFQ0Hpfxk=";
hash = "sha256-pgZkcPl9pYEK/qptMAKMSxmMk2TJQYDcdkWXIkMhrhA=";
};
build-system = [ setuptools ];