Merge pull request #202433 from r-ryantm/auto-update/python310Packages.googlemaps
python310Packages.googlemaps: 4.7.0 -> 4.7.3
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user