python3Packages.nominatim-api: 5.2.0 -> 5.3.0 (#506951)

This commit is contained in:
Nikolay Korotkiy
2026-04-05 16:48:17 +00:00
committed by GitHub
+2 -2
View File
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "nominatim";
version = "5.2.0";
version = "5.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "osm-search";
repo = "Nominatim";
tag = "v${version}";
hash = "sha256-ao4oEPz5rtRQtPC2UcIHH1M+o914JraASf+hcB2SDKA=";
hash = "sha256-cICDzsEJ2yRi8PaQpjfVC9ZI3KeQPiqGu4U1nTxxBvk=";
};
postPatch = ''