Skip to content

Commit

Permalink
python310Packages.phonenumbers: 8.12.51 -> 8.12.55
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 22, 2022
1 parent d4d6198 commit 5a4a5ac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkgs/development/python-modules/phonenumbers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@
, buildPythonPackage
, fetchPypi
, pytestCheckHook
, pythonOlder
}:

buildPythonPackage rec {
pname = "phonenumbers";
version = "8.12.51";
version = "8.12.55";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-nUqUYBJ//SiK4HHdH3lC4jKdpbXF1X2Kq+cQNCfKfL8=";
hash = "sha256-G+PHNT6TJd3qqQmrF5NkI8YpWNVwDWjl2lvpUDxG0Ic=";
};

checkInputs = [
Expand Down

0 comments on commit 5a4a5ac

Please sign in to comment.