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:
parent
936444360e
commit
5ac88b837a
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "go2rtc-client";
|
pname = "go2rtc-client";
|
||||||
version = "0.1.2";
|
version = "0.2.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.12";
|
disabled = pythonOlder "3.12";
|
||||||
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
|||||||
owner = "home-assistant-libs";
|
owner = "home-assistant-libs";
|
||||||
repo = "python-go2rtc-client";
|
repo = "python-go2rtc-client";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-t4ewL4YvxdeDBBKDYapvDUK/Mt6zQ/hhOpVtW3dlmSg=";
|
hash = "sha256-d5N9IEmxCDKqDv4lD9tYyTPWtR6d86iCZzucx3Pbx7Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user