Merge pull request #240567 from r-ryantm/auto-update/python310Packages.twilio

python310Packages.twilio: 8.3.0 -> 8.4.0
This commit is contained in:
Fabian Affolter 2023-06-30 13:00:37 +02:00 committed by GitHub
commit 2c9e2c7802
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.3.0";
version = "8.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
hash = "sha256-PtTdc4EdvrHSXDDYN0TtDwEO/mubifCr2U4AE67OJIc=";
hash = "sha256-ZvAbzceHEkVf/BPT8klYuiFQbMn/NCwsDTR32ku1c8w=";
};
propagatedBuildInputs = [