python312Packages.go2rtc-client: 0.0.1b2 -> 0.1.0

https://github.com/home-assistant-libs/python-go2rtc-client/releases/tag/0.1.0
This commit is contained in:
Martin Weinelt
2024-11-07 19:04:56 +01:00
parent 3b43e3a2b3
commit 636bb54e4f
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "go2rtc-client";
version = "0.0.1b2";
version = "0.1.0";
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-q1NDHauYy8C3tlIpt6J0iMj0TNtBv2j9aU/IE5CgBjg=";
hash = "sha256-oVPZtPRlm3CmTBfxXm66BOOZVQ39DsR+WmkoAdHp4eQ=";
};
postPatch = ''