Unverified Commit 38aa5d9b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.twilio: 9.3.1 -> 9.3.2 (#344707)

parents 6abfa0e3 df548c68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "twilio";
  version = "9.3.1";
  version = "9.3.2";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "twilio";
    repo = "twilio-python";
    rev = "refs/tags/${version}";
    hash = "sha256-yQrWMRLH8GZYmpmhjW2Lomk6qyKydWsteCvFR0uDPRQ=";
    hash = "sha256-XAJmAdwBF6HM0E89gAP4AOg1vepumJ8O39V0lKr9iDw=";
  };

  build-system = [ setuptools ];