Merge pull request #303425 from r-ryantm/auto-update/python311Packages.azure-eventhub

python311Packages.azure-eventhub: 5.11.6 -> 5.11.7
This commit is contained in:
Robert Schütz 2024-04-11 19:47:24 +00:00 committed by GitHub
commit a0ca28084b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [