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

python311Packages.ha-mqtt-discoverable: 0.13.0 -> 0.13.1
This commit is contained in:
Nick Cao
2024-01-02 11:32:56 -05:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "ha-mqtt-discoverable";
version = "0.13.0";
version = "0.13.1";
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-DY2VvCxcbSO+H+SCRmIybq9fcB+areYQ+R6Js6oExjk=";
hash = "sha256-Ue8az6Q7uU02IJJyyHk64Ji4J6sf/bShvTeHhN9U92Y=";
};
nativeBuildInputs = [