python312Packages.boto3-stubs: 1.34.140 -> 1.34.144

This commit is contained in:
Fabian Affolter
2024-07-13 22:58:53 +02:00
parent 2f2ea2fa1a
commit 0f4e1545bc
@@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.140";
version = "1.34.144";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-P9z8kOsm6l25evHKn8nSHFDMiA2e4A56uRQKWZajYZ0=";
hash = "sha256-wZ0MQ4bsFg5sBlZ7lgtvfHZazE7UDwHzccjnoLUUUgs=";
};
build-system = [ setuptools ];