python313Packages.botocore-stubs: 1.41.3 -> 1.41.4

This commit is contained in:
Fabian Affolter
2025-11-26 14:27:36 +01:00
parent 3b6003a286
commit 3e44f7004d
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.41.3";
version = "1.41.4";
pyproject = true;
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-us0WR82VJZqo/EzNtbGziT9JUnDBIM2g19IQ4K5qQXA=";
hash = "sha256-aZyBYWUOu4C0wDxIgvQUHj5ir7wK0njrOzOJwDtwVCY=";
};
nativeBuildInputs = [ setuptools ];