python312Packages.webrtc-models: 0.2.0 -> 0.3.0

https://github.com/home-assistant-libs/python-webrtc-models/releases/tag/0.3.0
This commit is contained in:
Martin Weinelt
2024-12-09 03:46:31 +01:00
parent 9258bfa7b5
commit 555314b672
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "webrtc-models";
version = "0.2.0";
version = "0.3.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-6fVcp9kWr5nV4wOKov3ObqyPJo+u3jN443qv++sJ0TQ=";
hash = "sha256-WZPI7vYlfsihskRtrh4XJGx0JSDwn7JIJ8CL3jlryrA=";
};
postPatch = ''