Skip to content

Commit

Permalink
python312Packages.twilio: 9.3.0 -> 9.3.1 (NixOS#342851)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Sep 18, 2024
2 parents 8f4f00d + ce26d83 commit e47dbdb
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 @@ -20,7 +20,7 @@

buildPythonPackage rec {
pname = "twilio";
version = "9.3.0";
version = "9.3.1";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
hash = "sha256-v+Xq2t9eaKHLQFypNUTzLVBLo+3m0bKkjI09jwD3ieQ=";
hash = "sha256-yQrWMRLH8GZYmpmhjW2Lomk6qyKydWsteCvFR0uDPRQ=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit e47dbdb

Please sign in to comment.