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:
Fabian Affolter 2023-11-29 10:09:02 +01:00 committed by GitHub
commit a97f99d280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "ha-mqtt-discoverable";
version = "0.12.0";
version = "0.13.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-Mfn3Hl73CdwaGcdrEFbW2upjFemCJ6xutQJo92sKlaE=";
hash = "sha256-DY2VvCxcbSO+H+SCRmIybq9fcB+areYQ+R6Js6oExjk=";
};
nativeBuildInputs = [