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

This commit is contained in:
Fabian Affolter
2024-12-31 12:18:37 +01:00
committed by GitHub
@@ -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 = ''