Skip to content

Commit

Permalink
python310Packages.twilio: 7.14.0 -> 7.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 22, 2022
1 parent a22f734 commit b5c0e68
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 @@ -13,7 +13,7 @@

buildPythonPackage rec {
pname = "twilio";
version = "7.14.0";
version = "7.14.1";
format = "setuptools";

disabled = pythonOlder "3.6";
Expand All @@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
hash = "sha256-+D2zhWm2//eWJyEpMQIZM/lL4u7o3JQjGwUebbJKjQk=";
hash = "sha256-VKAeM1a1TMXrewJ+j+Outyp7vxh9xovqjJ+GneYa6eg=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit b5c0e68

Please sign in to comment.