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

python38Packages.phonenumbers: 8.12.34 -> 8.12.35
This commit is contained in:
figsoda 2021-10-14 16:51:43 -04:00 committed by GitHub
commit a41e09cf72
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.34";
version = "8.12.35";
src = fetchPypi {
inherit pname version;
sha256 = "2d0f3db2944130f4a842f37a3b252f4a32cc0454a1a2e992c6480c7c17f1b121";
sha256 = "f426d419aabf6366c27ef1193918cc55217ef0e8be8f09cbf0667131037ca229";
};
checkInputs = [