python310Packages.twilio: 8.2.1 -> 8.2.2
Diff: https://github.com/twilio/twilio-python/compare/refs/tags/8.2.1...8.2.2 Changelog: https://github.com/twilio/twilio-python/blob/8.2.2/CHANGES.md
This commit is contained in:
parent
ad24fe018c
commit
cb41a46d47
@ -18,7 +18,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "twilio";
|
||||
version = "8.2.1";
|
||||
version = "8.2.2";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
owner = "twilio";
|
||||
repo = "twilio-python";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-joL+6+LfrF2bWkw3hViA97RYqcMVWw+MlHub+OaXlgI=";
|
||||
hash = "sha256-UXQMDP5JjxTnHpvw730Yz0U8/CwYdRz3R64TP0Zgbcw=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user