File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/voip-utils Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
1010buildPythonPackage 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 ;
You can’t perform that action at this time.
0 commit comments