python311Packages.azure-eventhub: 5.11.6 -> 5.11.7

This commit is contained in:
R. Ryantm 2024-04-11 18:36:58 +00:00
parent c81c241415
commit 3eff05864b
1 changed files with 2 additions and 2 deletions

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "azure-eventhub";
version = "5.11.6";
version = "5.11.7";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-89Q1o/cnR64i4Jblypx2w1BTTyrZk5l9EvTO+ZMq58E=";
hash = "sha256-C0Ywon7jrAxEjD8jdSHV3K71qKGnJBQjUGwEY3oKRLA=";
};
nativeBuildInputs = [