python3Packages.go2rtc-client: 0.1.2 -> 0.2.1

https://github.com/home-assistant-libs/python-go2rtc-client/releases/tag/0.2.1
This commit is contained in:
Martin Weinelt 2025-06-11 20:31:10 +02:00
parent 936444360e
commit 5ac88b837a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "go2rtc-client";
version = "0.1.2";
version = "0.2.1";
pyproject = true;
disabled = pythonOlder "3.12";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = "python-go2rtc-client";
tag = version;
hash = "sha256-t4ewL4YvxdeDBBKDYapvDUK/Mt6zQ/hhOpVtW3dlmSg=";
hash = "sha256-d5N9IEmxCDKqDv4lD9tYyTPWtR6d86iCZzucx3Pbx7Y=";
};
postPatch = ''