python312Packages.voip-utils: 0.2.0 -> 0.2.1 (#340250)

This commit is contained in:
Robert Schütz
2024-12-03 22:39:51 -08:00
committed by GitHub
2 changed files with 5 additions and 6 deletions
@@ -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 = ''
@@ -34,9 +34,6 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
# no tests as of v0.1.0
doCheck = false;
meta = {
changelog = "https://github.com/home-assistant-libs/voip-utils/blob/${src.rev}/CHANGELOG.md";
description = "Voice over IP Utilities";
+2
View File
@@ -360,6 +360,8 @@ let
rev = "refs/tags/v${version}";
hash = "sha256-PG4L6KphH9JIZO76cCN8eClFE2CneEIExlXS+x79k3U=";
};
# tests were not implemented until version 0.2.0
doCheck = false;
});
vulcan-api = super.vulcan-api.overridePythonAttrs (oldAttrs: rec {