Fabian Affolter 2024-04-06 16:17:22 +02:00
parent 567665b6ea
commit 3b38b95d78
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "twilio";
version = "9.0.3";
version = "9.0.4";
pyproject = true;
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
hash = "sha256-MyK5ICGNR3BEJtVhFM3A6azceU5HjSDep4tpuQ8D4Rs=";
hash = "sha256-3014wT7DXRlWvRxfqx/wIR9v9uX9QROQICDHXcgtOHs=";
};
build-system = [