Skip to content

Commit 4a4cd19

Browse files
authored
python3Packages.voip-utils: 0.3.2 -> 0.3.3 (#421542)
2 parents 05a50bd + c95f6f4 commit 4a4cd19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/voip-utils/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
buildPythonPackage rec {
1111
pname = "voip-utils";
12-
version = "0.3.2";
12+
version = "0.3.3";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "home-assistant-libs";
1717
repo = "voip-utils";
1818
tag = "v${version}";
19-
hash = "sha256-CI6YCT88ay4tDWHwaTL0Wr4b07mCn7440HdWE9+nxAw=";
19+
hash = "sha256-LGmvf6HejxH17VaKL2extonoAmk0zqU7UpHmuPc8/u0=";
2020
};
2121

2222
postPatch = ''
@@ -35,7 +35,7 @@ buildPythonPackage rec {
3535
nativeCheckInputs = [ pytestCheckHook ];
3636

3737
meta = {
38-
changelog = "https://github.com/home-assistant-libs/voip-utils/blob/${src.rev}/CHANGELOG.md";
38+
changelog = "https://github.com/home-assistant-libs/voip-utils/blob/${src.tag}/CHANGELOG.md";
3939
description = "Voice over IP Utilities";
4040
homepage = "https://github.com/home-assistant-libs/voip-utils";
4141
license = lib.licenses.asl20;

0 commit comments

Comments
 (0)