Commit 33241219 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.nominatim-api: 5.3.0 -> 5.3.1

parent 4eb3c802
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "nominatim";
  version = "5.3.0";
  version = "5.3.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "osm-search";
    repo = "Nominatim";
    tag = "v${version}";
    hash = "sha256-cICDzsEJ2yRi8PaQpjfVC9ZI3KeQPiqGu4U1nTxxBvk=";
    hash = "sha256-3WU8n121JbFFZTntcKG6t0x2mC1AzI97q/fMe/UTGTs=";
  };

  postPatch = ''