Unverified Commit 3665f431 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.voip-utils: 0.3.3 -> 0.3.4 (#431249)

parents aa5367d9 cb5b57b7
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.3.3";
  version = "0.3.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "home-assistant-libs";
    repo = "voip-utils";
    tag = "v${version}";
    hash = "sha256-LGmvf6HejxH17VaKL2extonoAmk0zqU7UpHmuPc8/u0=";
    hash = "sha256-vFzSDK5n5qhhUL1Lxy0R1iuB+uUovCzZFV5wPIt8cek=";
  };

  postPatch = ''