python3Packages.webexpythonsdk: 2.0.5 -> 2.0.6
Diff: https://github.com/WebexCommunity/WebexPythonSDK/compare/v2.0.5...v2.0.6 Changelog: https://github.com/WebexCommunity/WebexPythonSDK/releases/tag/v2.0.6
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "webexpythonsdk";
|
||||
version = "2.0.5";
|
||||
version = "2.0.6";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.12";
|
||||
@@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
owner = "WebexCommunity";
|
||||
repo = "WebexPythonSDK";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-iRhl/JCktS+6yJhvMZ6Vv7oOF5ZVrPQiI4Bstsub0bM=";
|
||||
hash = "sha256-2yyGR5gCJVRsEnoPAr8tkMeG19vTfATl/ybuMydnplU=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user