Merge pull request #269267 from fabaff/ha-mqtt-discoverable-bump

python311Packages.ha-mqtt-discoverable: 0.10.0 -> 0.11.0
This commit is contained in:
Nick Cao
2023-11-22 18:09:53 -05:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "ha-mqtt-discoverable";
version = "0.10.0";
version = "0.11.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "unixorn";
repo = "ha-mqtt-discoverable";
rev = "refs/tags/v${version}";
hash = "sha256-0a39KTLZw3Y2D0TXlKCmvVeNoXAN/uLXQGDlA9iM9J0=";
hash = "sha256-9bK4akcyhQnGWVg2AkV4l2uiCjj0bkstqajxVXklMq0=";
};
nativeBuildInputs = [