python310Packages.haversine: 2.5.1 -> 2.6.0

This commit is contained in:
Fabian Affolter 2022-07-11 21:23:18 +02:00
parent 006ffd8252
commit 7d07464337

View file

@ -7,13 +7,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "haversine"; pname = "haversine";
version = "2.5.1"; version = "2.6.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mapado"; owner = "mapado";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-tHA1Ff/J1mfSnER2X/8e0QyQkuRz1mn8MeGlThVQaSg="; sha256 = "sha256-cFb2DsXIwaaJK3tiOTCc0k45FVJ4/Vudkq0rzqalGJs=";
}; };
checkInputs = [ checkInputs = [