Unverified Commit f8fa46d7 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents 1f805c02 2a75ecc5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''