python311Packages.azure-eventhub: 5.11.5 -> 5.11.6

Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventhub_5.11.6/sdk/eventhub/azure-eventhub/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-02-21 01:29:49 +01:00
parent 0f84fa5db6
commit a0b82650a8
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "azure-eventhub";
version = "5.11.5";
version = "5.11.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-HDdOmQezNIPVCLTHst8p+crGM15dpaGNIYU0+UL01Uw=";
hash = "sha256-89Q1o/cnR64i4Jblypx2w1BTTyrZk5l9EvTO+ZMq58E=";
};
propagatedBuildInputs = [