Merge pull request #270640 from fabaff/ha-mqtt-discoverable-bump
python311Packages.ha-mqtt-discoverable: 0.12.0 -> 0.13.0
This commit is contained in:
commit
a97f99d280
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ha-mqtt-discoverable";
|
pname = "ha-mqtt-discoverable";
|
||||||
version = "0.12.0";
|
version = "0.13.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.10";
|
disabled = pythonOlder "3.10";
|
||||||
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||||
owner = "unixorn";
|
owner = "unixorn";
|
||||||
repo = "ha-mqtt-discoverable";
|
repo = "ha-mqtt-discoverable";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-Mfn3Hl73CdwaGcdrEFbW2upjFemCJ6xutQJo92sKlaE=";
|
hash = "sha256-DY2VvCxcbSO+H+SCRmIybq9fcB+areYQ+R6Js6oExjk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue