about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-01-02 11:32:56 -0500
committerGitHub <noreply@github.com>2024-01-02 11:32:56 -0500
commit9d549b919e31fc053358b88680f805ee04087408 (patch)
tree81f4978c68e93597683e3a62d4b9f1e1ba19a069 /pkgs
parent2683ae62803b67e6bf58bac0dd86c1d5de2e135b (diff)
parent723a1e4904693727cb045a2b6e3d4f534b03a944 (diff)
Merge pull request #278275 from fabaff/ha-mqtt-discoverable-bump
python311Packages.ha-mqtt-discoverable: 0.13.0 -> 0.13.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/ha-mqtt-discoverable/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ha-mqtt-discoverable/default.nix b/pkgs/development/python-modules/ha-mqtt-discoverable/default.nix
index 202678344145f..02e876ade8645 100644
--- a/pkgs/development/python-modules/ha-mqtt-discoverable/default.nix
+++ b/pkgs/development/python-modules/ha-mqtt-discoverable/default.nix
@@ -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 = [