Merge pull request #29213 from fadenb/pythonPackages.phonenumbers_8.8.1

pythonPackages.phonenumbers: 8.8.0 -> 8.8.1

authored by Jörg Thalheim and committed by GitHub 85fd4f7c 3f18ad18

+3 -3
+3 -3
pkgs/development/python-modules/phonenumbers/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "phonenumbers"; 5 - version = "8.8.0"; 5 + version = "8.8.1"; 6 6 name = "${pname}-${version}"; 7 7 8 8 src = fetchPypi { 9 9 inherit pname version; 10 - sha256 = "0j8yzn7fva863v7vrjk0s1d63yswg8hf2hlpvfwzxk9absjyvmgq"; 10 + sha256 = "09f4b307v6wn5zs6spvp5icwad3dz9baf7d14hyvpnxn7cdqj2xy"; 11 11 }; 12 12 13 13 meta = { 14 14 description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers"; 15 - homepage = "https://github.com/daviddrysdale/python-phonenumbers"; 15 + homepage = https://github.com/daviddrysdale/python-phonenumbers; 16 16 license = stdenv.lib.licenses.asl20; 17 17 maintainers = with stdenv.lib.maintainers; [ fadenb ]; 18 18 };