Merge pull request #135558 from fabaff/bump-haversine

python3Packages.haversine: 2.3.1 -> 2.4.0
This commit is contained in:
Fabian Affolter 2021-08-24 22:19:37 +02:00 committed by GitHub
commit afa746e185
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.3.1";
version = "2.4.0";
src = fetchFromGitHub {
owner = "mapado";
repo = pname;
rev = "v${version}";
sha256 = "sha256-1PXPsZd/4pN42TU0lhXWsmyX7uGP1n/xna2cVZPczB4=";
sha256 = "sha256-Q38oeSy1ilXWc2r/GW8EWQHH2Ty+DyTxxrDX3OcOwKc=";
};
checkInputs = [