3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #88707 from r-ryantm/auto-update/python2.7-geopy

python27Packages.geopy: 1.21.0 -> 1.22.0
This commit is contained in:
Mario Rodas 2020-05-23 15:29:59 -05:00 committed by GitHub
commit 4d5265b0c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "geopy";
version = "1.21.0";
version = "1.22.0";
disabled = !isPy27; # only Python 2.7
doCheck = false; # Needs network access
@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "1p1sgy2p59j0297bp7c82b45bx4d3i1p4kvbgf89c9i0llyb80nw";
sha256 = "0jypkaqlbyr8icqypwm23lzsvq7flakp3a3nqr8ib5fmd0fzsq7q";
};
meta = with stdenv.lib; {