forked from mirrors/nixpkgs
python310Packages.twilio: 7.16.1 -> 7.16.2
Diff: https://github.com/twilio/twilio-python/compare/refs/tags/7.16.1...7.16.2 Changelog: https://github.com/twilio/twilio-python/blob/7.16.2/CHANGES.md
This commit is contained in:
parent
16d84e9693
commit
38a95884a0
|
@ -14,7 +14,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "twilio";
|
||||
version = "7.16.1";
|
||||
version = "7.16.2";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
|||
owner = "twilio";
|
||||
repo = "twilio-python";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-n4n6lG3lzfGh5HPjt1oNWGjSTobHP7IJach2xLdBNdY=";
|
||||
hash = "sha256-Z783lHGZc5/Fl4pnM5mf863UVuFroRNwV5cljPSpCmw=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue