Unverified Commit 8696e031 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.twilio: 9.9.0 -> 9.9.1 (#478373)

parents 43c123c2 81e89953
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

buildPythonPackage rec {
  pname = "twilio";
  version = "9.9.0";
  version = "9.9.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "twilio";
    repo = "twilio-python";
    tag = version;
    hash = "sha256-apdEtXPfpUPtBw129ZF5SDnY/P9YIUkw1bfgVvL3yV4=";
    hash = "sha256-ewG2VgxK8F2G/wogkGnhqZT9M9vrJu9Rdx4uXYNRhrI=";
  };

  build-system = [ setuptools ];