Commit b0a76368 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 17bc8d4b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "twilio";
  version = "7.15.3";
  version = "7.15.4";
  format = "setuptools";

  disabled = pythonOlder "3.6";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "twilio";
    repo = "twilio-python";
    rev = "refs/tags/${version}";
    hash = "sha256-c1UNqp8eYK9tkogpcDtTOTHa5ME+yOkop2UccXwOAqM=";
    hash = "sha256-V7JLFesMj0W6k9+svgIBAfemDWiyi7DGdFLBk4/wd+8=";
  };

  propagatedBuildInputs = [