python3Packages.python-yate: 0.4.1 -> 0.5.0
https://github.com/eventphone/python-yate/releases/tag/v0.5.0 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-yate";
|
||||
version = "0.4.1";
|
||||
version = "0.5.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "eventphone";
|
||||
repo = "python-yate";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-AdnlNsEOFuzuGTBmfV9zKyv2iFHEJ4eLMrC6SHHf7m0=";
|
||||
hash = "sha256-/tlDme4RmO9XH5PNTvK2yVzbF+iDNeCY21nArq6NU+g=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@@ -32,7 +32,7 @@ buildPythonPackage rec {
|
||||
description = "Python library for the yate telephony engine";
|
||||
mainProgram = "yate_callgen";
|
||||
homepage = "https://github.com/eventphone/python-yate";
|
||||
changelog = "https://github.com/eventphone/python-yate/releases/tag/v${version}";
|
||||
changelog = "https://github.com/eventphone/python-yate/releases/tag/${src.tag}";
|
||||
license = with lib.licenses; [ mit ];
|
||||
maintainers = with lib.maintainers; [ clerie ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user