We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29209e4 + 763b3f8 commit 9d26b93Copy full SHA for 9d26b93
pkgs/development/python-modules/azure-mgmt-eventhub/default.nix
@@ -12,15 +12,15 @@
12
13
buildPythonPackage rec {
14
pname = "azure-mgmt-eventhub";
15
- version = "11.1.0";
+ version = "11.2.0";
16
pyproject = true;
17
18
disabled = pythonOlder "3.7";
19
20
src = fetchPypi {
21
pname = "azure_mgmt_eventhub";
22
inherit version;
23
- hash = "sha256-47j+CauuZ8XaiE57bw3kTi+CfFuACaZSuVH7LSD8s5I=";
+ hash = "sha256-McR/GPc9LYM0XN5ZCVaOKIWMJUijWxDiMZS0dnqc5+M=";
24
};
25
26
build-system = [ setuptools ];
0 commit comments