python312Packages.go2rtc-client: 0.1.1 -> 0.1.2 (#362623)

This commit is contained in:
Fabian Affolter
2024-12-16 22:37:14 +01:00
committed by GitHub
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "go2rtc-client";
version = "0.1.1";
version = "0.1.2";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = "python-go2rtc-client";
rev = "refs/tags/${version}";
hash = "sha256-EVdkSipRAvI4sKOBjLlKnHpi3soMWap/T0O9W4zveco=";
hash = "sha256-t4ewL4YvxdeDBBKDYapvDUK/Mt6zQ/hhOpVtW3dlmSg=";
};
postPatch = ''