Unverified Commit 46d84a2b authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

geographiclib: 2.5.1 -> 2.5.2 (#438841)

parents 37ff64b7 401f4264
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "geographiclib";
  version = "2.5.1";
  version = "2.5.2";

  src = fetchFromGitHub {
    owner = "geographiclib";
    repo = "geographiclib";
    tag = "v${version}";
    hash = "sha256-ZXIRLLvCsVp8RnChjLiAfD38CJFqV8sv/PAEORsF6oc=";
    hash = "sha256-bFErzgjxBCtN12UNtnGPuS6bg1sI31gR7WZjawsY3Yo=";
  };

  outputs = [
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
    '';
    homepage = "https://geographiclib.sourceforge.io/";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ sikmir ];
    teams = [ lib.teams.geospatial ];
    platforms = lib.platforms.unix;
  };
}