python312Packages.haversine: 2.8.1 -> 2.9.0 (#359987)

This commit is contained in:
Nick Cao 2024-11-29 08:54:01 -05:00 committed by GitHub
commit 1cba7befa3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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