python312Packages.haversine: 2.8.1 -> 2.9.0

Diff: https://github.com/mapado/haversine/compare/refs/tags/v2.8.1...v2.9.0

Changelog: https://github.com/mapado/haversine/blob/v2.9.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-11-28 22:55:35 +01:00
parent d584552796
commit 504fcfb198

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "haversine";
version = "2.8.1";
version = "2.9.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "mapado";
repo = "haversine";
rev = "refs/tags/v${version}";
hash = "sha256-MKOg2awpamupvuXstiH7VoIY4ax+hy2h2cFXDFKJ2mA=";
hash = "sha256-KqcDDQdAOnrmiq+kf8rLHy85rNnhatZTOzCCU91lOrU=";
};
nativeBuildInputs = [ setuptools ];