3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.phonenumbers: 8.9.3 -> 8.9.5

This commit is contained in:
Tristan Helmich 2018-05-07 19:53:08 +02:00
parent 903ae1ea14
commit a554844692

View file

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "phonenumbers";
version = "8.9.3";
version = "8.9.5";
name = "${pname}-${version}";
src = fetchPypi {
inherit pname version;
sha256 = "68f7402c6d2646adff4df895471f2b47fd61d0cf57c59a06aacc88dfff04a1cb";
sha256 = "09swdf3f9sdvqyyzkap93012m9fnhamizf42d5kzpdjwikvsfx8x";
};
meta = {