Skip to content

Commit

Permalink
python312Packages.twilio: 9.3.8 -> 9.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Dec 16, 2024
1 parent 5a15c1a commit 35d9c05
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 @@ -21,7 +21,7 @@

buildPythonPackage rec {
pname = "twilio";
version = "9.3.8";
version = "9.4.1";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
hash = "sha256-r4uhtvvsbiwcTdiT8HQtKL2587cowwGLaL2FowOEXiw=";
hash = "sha256-sZhKFnCmARocnOqM1NE6eGU/6UtfJSQTK+bv5HHHU1U=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 35d9c05

Please sign in to comment.