python3Packages.bluecurrent-api: 1.3.2 -> 1.3.3

This commit is contained in:
R. Ryantm
2025-12-08 18:04:10 +00:00
parent 6fc89036dc
commit 06b6f9279d
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "bluecurrent-api";
version = "1.3.2";
version = "1.3.3";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "bluecurrent";
repo = "HomeAssistantAPI";
tag = "v${version}";
hash = "sha256-a0IqtRj761h1P8Q3xrFY1XPFl6J6HaArv6IfO88OJco=";
hash = "sha256-px4kZOvMUP5aGOQ1uxWnY6w77Woie/hVVdyylW8uSX4=";
};
build-system = [ setuptools ];