Skip to content

Commit

Permalink
python312Packages.twilio: 9.3.8 -> 9.4.1 (#365653)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 17, 2024
2 parents 2e08570 + 35d9c05 commit 0ac299d
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 0ac299d

Please sign in to comment.