nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python313Packages.google-maps-routing: add passthru.updateScript

+3
+3
pkgs/development/python-modules/google-maps-routing/default.nix
··· 1 1 { 2 2 buildPythonPackage, 3 3 fetchFromGitHub, 4 + gitUpdater, 4 5 google-api-core, 5 6 google-auth, 6 7 google-geo-type, ··· 43 42 pytest-asyncio 44 43 pytestCheckHook 45 44 ]; 45 + 46 + passthru.updateScript = gitUpdater { rev-prefix = "google-maps-routing-v"; }; 46 47 47 48 meta = { 48 49 changelog = "https://github.com/googleapis/google-cloud-python/blob/${src.tag}/packages/google-maps-routing/CHANGELOG.md";