python3Packages.geopy: unstable-2019-11-10 -> 2.1.0
This commit is contained in:
parent
73db86659f
commit
cb0267fdf8
1 changed files with 6 additions and 6 deletions
|
@ -6,8 +6,8 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "geopy-unstable";
|
pname = "geopy";
|
||||||
version = "2019-11-10";
|
version = "2.1.0";
|
||||||
|
|
||||||
disabled = !isPy3k; # only Python 3
|
disabled = !isPy3k; # only Python 3
|
||||||
doCheck = false; # Needs network access
|
doCheck = false; # Needs network access
|
||||||
|
@ -15,10 +15,10 @@ buildPythonPackage rec {
|
||||||
propagatedBuildInputs = [ geographiclib ];
|
propagatedBuildInputs = [ geographiclib ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "geopy";
|
owner = pname;
|
||||||
repo = "geopy";
|
repo = pname;
|
||||||
rev = "531b7de6126838a3e69370227aa7f2086ba52b89";
|
rev = version;
|
||||||
sha256 = "07l1pblzg3hb3dbvd9rq8x78ly5dv0zxbc5hwskqil0bhv5v1p39";
|
sha256 = "0239a4achk49ngagb6aqy6cgzfwgbxir07vwi13ysbpx78y0l4g9";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue