Merge pull request #75362 from r-ryantm/auto-update/python3.8-phonenumbers

python38Packages.phonenumbers: 8.10.23 -> 8.11.0
This commit is contained in:
Mario Rodas 2019-12-09 19:31:05 -05:00 committed by GitHub
commit cd9ace6892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "phonenumbers";
version = "8.10.23";
version = "8.11.0";
src = fetchPypi {
inherit pname version;
sha256 = "b31916281b0819c1e24ee3c21561ecd8be5af9381088557a986af85051a243bf";
sha256 = "1gc38v26hp638vnx4hmyv2gfyjs8k8lbvnlxfixgm60v4v7wykln";
};
meta = {