python37Packages.phonenumbers: 8.10.10 -> 8.10.11

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-phonenumbers/versions
This commit is contained in:
R. RyanTM 2019-05-12 09:32:01 -07:00 committed by Frederik Rietdijk
parent 4def26f290
commit 5fb2a77c30

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "phonenumbers";
version = "8.10.10";
version = "8.10.11";
src = fetchPypi {
inherit pname version;
sha256 = "dabc8cfcff96446b0787ea337739ea286ec3949ec27a4790a9b4587817da5c5f";
sha256 = "1rd46dryxkwlha9lfqqwywazlh908ngh6076zz3myhzf8h3dmxnz";
};
meta = {