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

python312Packages.webrtc-models: 0.1.0 -> 0.2.0 (#352906)

parents af46f3fc 0c096dcd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "webrtc-models";
  version = "0.1.0";
  version = "0.2.0";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "home-assistant-libs";
    repo = "python-webrtc-models";
    rev = "refs/tags/${version}";
    hash = "sha256-Wmz+P4FFJJZujWF0SR6HVERNNO7xSM1iCayg6tmVyso=";
    hash = "sha256-6fVcp9kWr5nV4wOKov3ObqyPJo+u3jN443qv++sJ0TQ=";
  };

  postPatch = ''