python3Packages.nominatim-api: 5.3.1 -> 5.3.2 (#512031)

This commit is contained in:
Nikolay Korotkiy
2026-04-21 18:20:05 +00:00
committed by GitHub
+2 -2
View File
@@ -14,14 +14,14 @@
buildPythonPackage (finalAttrs: {
pname = "nominatim";
version = "5.3.1";
version = "5.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "osm-search";
repo = "Nominatim";
tag = "v${finalAttrs.version}";
hash = "sha256-3WU8n121JbFFZTntcKG6t0x2mC1AzI97q/fMe/UTGTs=";
hash = "sha256-jP/OkEuFdVdvA8Uztv/49FXm9dsExVDjw2l2gyMOSsg=";
};
postPatch = ''