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:
parent
d584552796
commit
504fcfb198
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user