python312Packages.go2rtc-client: 0.1.1 -> 0.1.2
Diff: https://github.com/home-assistant-libs/python-go2rtc-client/compare/refs/tags/0.1.1...0.1.2 Changelog: https://github.com/home-assistant-libs/python-go2rtc-client/releases/tag/0.1.2
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user