mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 22:51:21 +00:00
python3Packages.azure-eventhub: 5.15.0 -> 39.0.0
https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-containerservice_39.0.0/sdk/eventhub/azure-eventhub/CHANGELOG.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "azure-eventhub";
|
||||
version = "5.15.0";
|
||||
version = "39.0.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Azure";
|
||||
repo = "azure-sdk-for-python";
|
||||
tag = "azure-eventhub_${version}";
|
||||
hash = "sha256-zpj1DUeFCXgVw44LcBCYtuFcQtA9BnrDKAxKSYzu4ts=";
|
||||
tag = "azure-mgmt-containerservice_${version}";
|
||||
hash = "sha256-zufXc8LR4STHi/jjV0bcLsifcHIif2m+3Q/KZlsSkRw=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/sdk/eventhub/azure-eventhub";
|
||||
|
||||
Reference in New Issue
Block a user