Martin Weinelt
2024-06-24 12:14:44 +02:00
parent 12c3eae3d4
commit 39315da563
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "azure-eventhub";
version = "5.12.0";
version = "5.12.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-EqF/V51puTDZBuqVeuzEVoJ0/xrQn8qhiLt7/pvpsXY=";
hash = "sha256-DaMLBRLFLqInuKR2sYH/wH0gIiMRF2xxBHuv1HW4G44=";
};
nativeBuildInputs = [ setuptools ];