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
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user