Merge pull request #136492 from fabaff/bump-haversine

python3Packages.haversine: 2.4.0 -> 2.5.1
This commit is contained in:
Fabian Affolter 2021-09-03 08:39:04 +02:00 committed by GitHub
commit 698335e05a
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.4.0";
version = "2.5.1";
src = fetchFromGitHub {
owner = "mapado";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Q38oeSy1ilXWc2r/GW8EWQHH2Ty+DyTxxrDX3OcOwKc=";
sha256 = "sha256-tHA1Ff/J1mfSnER2X/8e0QyQkuRz1mn8MeGlThVQaSg=";
};
checkInputs = [