python310Packages.googlemaps: 4.7.0 -> 4.7.3

This commit is contained in:
R. Ryantm
2022-11-22 21:52:59 +00:00
parent ccbe8c8072
commit ece6f129b2
@@ -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 = [