Unverified Commit 1bf6a365 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #217209 from fabaff/phonenumbers-bump

python310Packages.phonenumbers: 8.13.3 -> 8.13.6
parents 5bc7cc43 64ec496e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildPythonPackage rec {
  pname = "phonenumbers";
  version = "8.13.3";
  version = "8.13.6";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-fQxFwVQBOXC3i4b0GI4OAKjnfWvr73yB79wDjbh27ro=";
    hash = "sha256-+L2Sl1unRjt4KK4vleEDe34KuPAj6ej/t8Vg/X9dZtc=";
  };

  nativeCheckInputs = [
@@ -32,6 +32,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python module for handling international phone numbers";
    homepage = "https://github.com/daviddrysdale/python-phonenumbers";
    changelog = "https://github.com/daviddrysdale/python-phonenumbers/blob/v${version}/python/HISTORY.md";
    license = licenses.asl20;
    maintainers = with maintainers; [ fadenb ];
  };