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

python312Packages.voip-utils: 0.2.1 -> 0.2.2 (#369401)

parents a3db2574 178d2789
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "voip-utils";
  version = "0.2.1";
  version = "0.2.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "home-assistant-libs";
    repo = "voip-utils";
    rev = "refs/tags/v${version}";
    hash = "sha256-ONvbkYP1hGMYOVZs5gvs/cr+Tde9gT3jloP6veqE/Ac=";
    hash = "sha256-OlvZSVuoGQi0QEusl01nbw3oD75NfMsbpNOPQgWYu+c=";
  };

  postPatch = ''