Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #307156 from fabaff/boto3-stubs-bump

python312Packages.boto3-stubs: 1.34.92 -> 1.34.93, python312Packages.botocore-stubs: 1.34.92 -> 1.34.93

authored by Fabian Affolter and committed by GitHub 92fa1145 ea115268

+4 -4
+2 -2
pkgs/development/python-modules/boto3-stubs/default.nix
··· 366 367 buildPythonPackage rec { 368 pname = "boto3-stubs"; 369 - version = "1.34.92"; 370 pyproject = true; 371 372 disabled = pythonOlder "3.7"; ··· 374 src = fetchPypi { 375 pname = "boto3_stubs"; 376 inherit version; 377 - hash = "sha256-HUimHVq2ulP7mA/IjNJLR9trWaw9g382myF+CfuvH54="; 378 }; 379 380 build-system = [ setuptools ];
··· 366 367 buildPythonPackage rec { 368 pname = "boto3-stubs"; 369 + version = "1.34.93"; 370 pyproject = true; 371 372 disabled = pythonOlder "3.7"; ··· 374 src = fetchPypi { 375 pname = "boto3_stubs"; 376 inherit version; 377 + hash = "sha256-Gq4PBsVsjZpnxFr69h8ue8P++sIHullGojtWLSYx2KM="; 378 }; 379 380 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/botocore-stubs/default.nix
··· 9 10 buildPythonPackage rec { 11 pname = "botocore-stubs"; 12 - version = "1.34.92"; 13 pyproject = true; 14 15 disabled = pythonOlder "3.7"; ··· 17 src = fetchPypi { 18 pname = "botocore_stubs"; 19 inherit version; 20 - hash = "sha256-pp5t7RcKOXjTmZNoZAPJTbNafP50qmR6+6UI/wneMDo="; 21 }; 22 23 nativeBuildInputs = [
··· 9 10 buildPythonPackage rec { 11 pname = "botocore-stubs"; 12 + version = "1.34.93"; 13 pyproject = true; 14 15 disabled = pythonOlder "3.7"; ··· 17 src = fetchPypi { 18 pname = "botocore_stubs"; 19 inherit version; 20 + hash = "sha256-IuceTFB98ukdVnPStlKBwRXUyNJgGjwkl8ejCf72oOw="; 21 }; 22 23 nativeBuildInputs = [