python3Packages.haversine: 2.4.0 -> 2.5.1

launchpad/nixpkgs/master
Fabian Affolter 3 years ago
parent 40d7b581db
commit ecbecedb0d
  1. 4
      pkgs/development/python-modules/haversine/default.nix

@ -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 = [

Loading…
Cancel
Save