python3Packages.nominatim-api: 5.2.0 -> 5.3.0

This commit is contained in:
R. Ryantm
2026-04-05 13:35:07 +00:00
parent 45bfe32ffb
commit 6359671d70
+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 = ''