Merge pull request #181147 from fabaff/haversine-bump

python310Packages.haversine: 2.5.1 -> 2.6.0
This commit is contained in:
Fabian Affolter 2022-07-12 09:59:43 +02:00 committed by GitHub
commit 03e10ebd94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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