python3Packages.google-maps-routing: 0.6.15 -> 0.6.16
This commit is contained in:
@@ -15,14 +15,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-maps-routing";
|
||||
version = "0.6.15";
|
||||
version = "0.6.16";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "googleapis";
|
||||
repo = "google-cloud-python";
|
||||
tag = "google-maps-routing-v${version}";
|
||||
hash = "sha256-5PzidE1CWN+pt7+gcAtbuXyL/pq6cnn0MCRkBfmeUSw=";
|
||||
hash = "sha256-VYkgkVrUgBiUEFF2J8ZFrh2Sw7h653stYxNcpYfRAj4=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/packages/google-maps-routing";
|
||||
|
||||
Reference in New Issue
Block a user