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

python38Packages.phonenumbers: 8.12.32 -> 8.12.33
This commit is contained in:
Artturi 2021-09-27 03:27:15 +03:00 committed by GitHub
commit 7097c8fef1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "phonenumbers";
version = "8.12.32";
version = "8.12.33";
src = fetchPypi {
inherit pname version;
sha256 = "c52c9c3607483072303ba8d8759063edc44d2f8fe7b85afef40bd8d1aafb6483";
sha256 = "de3d5a3cb421c7421f584bb13cb9287e23ee2dd97d832fc35c9b55b96a576a3c";
};
checkInputs = [