lol

mqtt-exporter: unpin paho-mqtt

+1 -1
+1 -1
pkgs/by-name/mq/mqtt-exporter/package.nix
··· 21 21 build-system = with python3.pkgs; [ setuptools ]; 22 22 23 23 dependencies = with python3.pkgs; [ 24 - paho-mqtt_2 24 + paho-mqtt 25 25 prometheus-client 26 26 ]; 27 27