Unverified Commit de19ca20 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #202433 from r-ryantm/auto-update/python310Packages.googlemaps

python310Packages.googlemaps: 4.7.0 -> 4.7.3
parents 0721276e c2ab8369
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "googlemaps";
  version = "4.7.0";
  version = "4.7.3";
  format = "setuptools";

  disabled = pythonOlder "3.5";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "googlemaps";
    repo = "google-maps-services-python";
    rev = "refs/tags/v${version}";
    hash = "sha256-qn98b7oTU9/u0+EJ4OTOksLquJiWl/od9m498UuFiwo=";
    hash = "sha256-SwNUoC4x1Z+cqBvuBtDZNZMDcs4XwLj7LWntZ4gZ+vo=";
  };

  propagatedBuildInputs = [
@@ -45,6 +45,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python client library for Google Maps API Web Services";
    homepage = "https://github.com/googlemaps/google-maps-services-python";
    changelog = "https://github.com/googlemaps/google-maps-services-python/releases/tag/v${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ Scriptkiddi ];
  };