pythonPackages.shapely. 1.5.15 -> 1.6.1

This commit is contained in:
Lancelot SIX 2017-10-09 22:16:43 +02:00
parent 953ce94826
commit 1392d2a74b
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

@ -6,11 +6,11 @@
buildPythonPackage rec { buildPythonPackage rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
pname = "Shapely"; pname = "Shapely";
version = "1.5.15"; version = "1.6.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0lfqxb3kpdn0g9zzlhzg79yc8iyy4fpsk0p5nd80gar1mmhr8pg7"; sha256 = "1iyhrkm6g233gwbd20sf4aq4by0kg52cz1d2k7imnqgzjpmkgqas";
}; };
buildInputs = [ geos glibcLocales cython ]; buildInputs = [ geos glibcLocales cython ];