python311Packages.twilio: 8.10.0 -> 8.10.1
Diff: https://github.com/twilio/twilio-python/compare/refs/tags/8.10.0...8.10.1 Changelog: https://github.com/twilio/twilio-python/blob/8.10.1/CHANGES.md
This commit is contained in:
parent
a3708ce91c
commit
2963f2b38d
@ -18,7 +18,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "twilio";
|
||||
version = "8.10.0";
|
||||
version = "8.10.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
owner = "twilio";
|
||||
repo = "twilio-python";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-1y9kETu2E7dN7fmE0qP6yAVwMcVGCYnyPQYzIIApKjU=";
|
||||
hash = "sha256-bOWyvgqa9h5SaGFPtdsvMS8HxY8Pg3uLgugXH+2opEA=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user