lol

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

python311Packages.azure-eventhub: 5.11.6 -> 5.11.7

authored by

Robert Schütz and committed by
GitHub
a0ca2808 45ce960b

+2 -2
+2 -2
pkgs/development/python-modules/azure-eventhub/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "azure-eventhub"; 12 - version = "5.11.6"; 12 + version = "5.11.7"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.8"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-89Q1o/cnR64i4Jblypx2w1BTTyrZk5l9EvTO+ZMq58E="; 19 + hash = "sha256-C0Ywon7jrAxEjD8jdSHV3K71qKGnJBQjUGwEY3oKRLA="; 20 20 }; 21 21 22 22 nativeBuildInputs = [