From 178d2789689fecf76ea11cf54ff15ef1998cb3de Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 30 Dec 2024 14:39:16 +0100 Subject: [PATCH] python312Packages.voip-utils: 0.2.1 -> 0.2.2 Diff: https://github.com/home-assistant-libs/voip-utils/compare/refs/tags/v0.2.1...v0.2.2 Changelog: https://github.com/home-assistant-libs/voip-utils/blob/refs/tags/v0.2.2/CHANGELOG.md --- pkgs/development/python-modules/voip-utils/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/voip-utils/default.nix b/pkgs/development/python-modules/voip-utils/default.nix index 6cf7ebb9375d..6efe98de158c 100644 --- a/pkgs/development/python-modules/voip-utils/default.nix +++ b/pkgs/development/python-modules/voip-utils/default.nix @@ -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 = ''