Skip to content

Commit

Permalink
Merge pull request #292274 from fabaff/twilio-bump
Browse files Browse the repository at this point in the history
python311Packages.twilio: 8.13.0 -> 9.0.0
  • Loading branch information
fabaff authored Feb 29, 2024
2 parents 9db775f + c623c41 commit 40ff501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/twilio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

buildPythonPackage rec {
pname = "twilio";
version = "8.13.0";
version = "9.0.0";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
hash = "sha256-HlHT7fJbDz8+7pTWHortK2xKDzoIQElJPbUTxmIdGCs=";
hash = "sha256-5PhINmG1y+oAEpfxaB8ZFHfWlo0jRZnUKO5oUPcnFuM=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 40ff501

Please sign in to comment.