python3Packages.haversine: 2.4.0 -> 2.5.1

+2 -2
+2 -2
pkgs/development/python-modules/haversine/default.nix
··· 7 8 buildPythonPackage rec { 9 pname = "haversine"; 10 - version = "2.4.0"; 11 12 src = fetchFromGitHub { 13 owner = "mapado"; 14 repo = pname; 15 rev = "v${version}"; 16 - sha256 = "sha256-Q38oeSy1ilXWc2r/GW8EWQHH2Ty+DyTxxrDX3OcOwKc="; 17 }; 18 19 checkInputs = [
··· 7 8 buildPythonPackage rec { 9 pname = "haversine"; 10 + version = "2.5.1"; 11 12 src = fetchFromGitHub { 13 owner = "mapado"; 14 repo = pname; 15 rev = "v${version}"; 16 + sha256 = "sha256-tHA1Ff/J1mfSnER2X/8e0QyQkuRz1mn8MeGlThVQaSg="; 17 }; 18 19 checkInputs = [