Merge pull request #137653 from r-ryantm/auto-update/python38Packages.phonenumbers

python38Packages.phonenumbers: 8.12.31 -> 8.12.32

authored by Ryan Mulligan and committed by GitHub ea59da44 cf11c970

+2 -2
+2 -2
pkgs/development/python-modules/phonenumbers/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "phonenumbers"; 9 - version = "8.12.31"; 9 + version = "8.12.32"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "sha256-CR7SsxWFZ/EsmfcZVwocys4AF585tE8ea4lfWdk9rcg="; 13 + sha256 = "c52c9c3607483072303ba8d8759063edc44d2f8fe7b85afef40bd8d1aafb6483"; 14 14 }; 15 15 16 16 checkInputs = [