Unverified Commit 5c6626d5 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.twilio: 9.2.4 -> 9.3.0 (#339872)

parents 0f6841e6 d598d436
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "twilio";
  version = "9.2.4";
  version = "9.3.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "twilio";
    repo = "twilio-python";
    rev = "refs/tags/${version}";
    hash = "sha256-5HHHSAvyUxR5myKucWpjkF7NQv/b1pViij606TZGzTY=";
    hash = "sha256-v+Xq2t9eaKHLQFypNUTzLVBLo+3m0bKkjI09jwD3ieQ=";
  };

  build-system = [ setuptools ];