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

python311Packages.azure-eventhub: 5.11.7 -> 5.12.0
This commit is contained in:
Weijia Wang 2024-06-02 17:50:52 +02:00 committed by GitHub
commit 122e0479cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "azure-eventhub";
version = "5.11.7";
version = "5.12.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-C0Ywon7jrAxEjD8jdSHV3K71qKGnJBQjUGwEY3oKRLA=";
hash = "sha256-EqF/V51puTDZBuqVeuzEVoJ0/xrQn8qhiLt7/pvpsXY=";
};
nativeBuildInputs = [ setuptools ];