python312Packages.voip-utils: 0.2.0 -> 0.2.1

This commit is contained in:
R. Ryantm
2024-12-03 09:47:21 +00:00
parent afd9ca8bf0
commit c8ecb7f233
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "voip-utils";
version = "0.2.0";
version = "0.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "home-assistant-libs";
repo = "voip-utils";
rev = "refs/tags/${version}";
hash = "sha256-/DBBTL+t0VQJL43HgXGdhMHMKr8uBEkJ7Mf7Xp1mwhU=";
rev = "refs/tags/v${version}";
hash = "sha256-ONvbkYP1hGMYOVZs5gvs/cr+Tde9gT3jloP6veqE/Ac=";
};
postPatch = ''