nominatim: 5.1.0 -> 5.2.0

This commit is contained in:
R. Ryantm
2025-11-03 10:25:18 +00:00
parent 16db70aea3
commit 3c19aa1412
+2 -2
View File
@@ -21,14 +21,14 @@ let
in
python3Packages.buildPythonApplication rec {
pname = "nominatim";
version = "5.1.0";
version = "5.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "osm-search";
repo = "Nominatim";
tag = "v${version}";
hash = "sha256-eMCXXPrUZvM4ju0mi1+f+LXhThCCCEH+HDz6lurw+Jo=";
hash = "sha256-ao4oEPz5rtRQtPC2UcIHH1M+o914JraASf+hcB2SDKA=";
};
postPatch = ''