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

python312Packages.twilio: 9.2.3 -> 9.2.4 (#337487)

parents bae6a8d1 729d3313
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.3";
  version = "9.2.4";
  pyproject = true;

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

  build-system = [ setuptools ];