python312Packages.botocore-stubs: 1.34.91 -> 1.34.92

This commit is contained in:
Fabian Affolter 2024-04-26 09:24:01 +02:00
parent 2c3ff896e5
commit 75550a95a8
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.91";
version = "1.34.92";
pyproject = true;
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-3r7b8KpSv7YnkXUOsPNpWusNxvOksG/rPINHMad9nU0=";
hash = "sha256-pp5t7RcKOXjTmZNoZAPJTbNafP50qmR6+6UI/wneMDo=";
};
nativeBuildInputs = [