python27Packages.phonenumbers: 8.11.3 -> 8.11.4
This commit is contained in:
parent
2148a154c6
commit
4c23487951
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "phonenumbers";
|
pname = "phonenumbers";
|
||||||
version = "8.11.3";
|
version = "8.11.4";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1rh0860ml00kw5c4b4r31wz5s8cmd5mpxx5slypdgljk4ralyg6p";
|
sha256 = "13hfcw89kppm8s2qx0s5bafzxjc0qhm9sxmpf6yqvshz2fn82pk8";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers";
|
description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers";
|
||||||
homepage = https://github.com/daviddrysdale/python-phonenumbers;
|
homepage = "https://github.com/daviddrysdale/python-phonenumbers";
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
maintainers = with stdenv.lib.maintainers; [ fadenb ];
|
maintainers = with stdenv.lib.maintainers; [ fadenb ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user