python313Packages.botocore-stubs: 1.41.4 -> 1.41.5

This commit is contained in:
Fabian Affolter
2025-12-02 16:11:56 +01:00
parent 73591c6f25
commit 16fc3a8148
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.41.4";
version = "1.41.5";
pyproject = true;
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-aZyBYWUOu4C0wDxIgvQUHj5ir7wK0njrOzOJwDtwVCY=";
hash = "sha256-bUwwxZ4M05AxwyPXhmfYzfNUY6msEXV/ALDSJLV7fkQ=";
};
nativeBuildInputs = [ setuptools ];