Unverified Commit 34d45851 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.twilio: 9.3.4 -> 9.3.6 (#351212)

parents 8af17d75 cefa7144
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.4";
  version = "9.3.6";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "twilio";
    repo = "twilio-python";
    rev = "refs/tags/${version}";
    hash = "sha256-74tJt3BfSKfsl0A1gz7XVzlvumQ8H++Nfp+SEknMYcY=";
    hash = "sha256-H/MBRiGU2EnrhspX2ilVvnxdr7A50q+snCM2inobrcs=";
  };

  build-system = [ setuptools ];