Commit 715b7ae9 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.twilio: 9.7.0 -> 9.8.0

parent 52966aa9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildPythonPackage rec {
  pname = "twilio";
  version = "9.7.0";
  version = "9.8.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
    owner = "twilio";
    repo = "twilio-python";
    tag = version;
    hash = "sha256-QVrV6drHVZhjMnwlNYe6NaK8TzRImZfDWLMwDDBZolk=";
    hash = "sha256-FXwrkUfdscFNBJrRhBxDotK3EbCAFON6tAkCS8/l+4w=";
  };

  build-system = [ setuptools ];