python312Packages.yalesmartalarmclient: 0.4.2 -> 0.4.3

This commit is contained in:
R. Ryantm
2024-09-21 02:34:57 +00:00
parent aff1070844
commit c7ad6be1ae
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "yalesmartalarmclient";
version = "0.4.2";
version = "0.4.3";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "domwillcode";
repo = "yale-smart-alarm-client";
rev = "refs/tags/v${version}";
hash = "sha256-/0Vydy7udmiaxtgxhSrwafTR37zHwsEll3VUF+hx25c=";
hash = "sha256-a0rzPEixJXLBfN+kJRPYiJiHY1BKxg/mM14RO3RiVdA=";
};
build-system = [ poetry-core ];