geographiclib: 2.5.1 -> 2.5.2

This commit is contained in:
R. Ryantm
2025-08-31 09:20:22 +00:00
parent 640a986502
commit b7853bc357

View File

@@ -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 = [