Skip to content

Commit

Permalink
python312Packages.webrtc-models: 0.1.0 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 1, 2024
1 parent 396da96 commit 0c096dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/webrtc-models/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

disabled = pythonOlder "3.12";
Expand All @@ -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 = ''
Expand Down

0 comments on commit 0c096dc

Please sign in to comment.