Merge pull request #272249 from fabaff/twilio-bump

python311Packages.twilio: 8.10.2 -> 8.10.3
This commit is contained in:
Nick Cao 2023-12-05 10:03:51 -05:00 committed by GitHub
commit ad838e0bf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "twilio";
version = "8.10.2";
version = "8.10.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
hash = "sha256-3Gm1oKhKcTb3c+awMKVQ3qFKkdXC3azR1ECTdw60oCg=";
hash = "sha256-6aTPPuQRRPd9mYJI8CHusejTTYdJX/06x+TubPgagJY=";
};
propagatedBuildInputs = [