python312Packages.azure-mgmt-eventhub: 11.1.0 -> 11.2.0 (#377622)

This commit is contained in:
Fabian Affolter
2025-01-29 11:01:37 +01:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "azure-mgmt-eventhub";
version = "11.1.0";
version = "11.2.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "azure_mgmt_eventhub";
inherit version;
hash = "sha256-47j+CauuZ8XaiE57bw3kTi+CfFuACaZSuVH7LSD8s5I=";
hash = "sha256-McR/GPc9LYM0XN5ZCVaOKIWMJUijWxDiMZS0dnqc5+M=";
};
build-system = [ setuptools ];