3
0
Fork 0
forked from mirrors/nixpkgs

python: Shapely: 1.6.4.post1 -> 1.6.4.post2

This commit is contained in:
Frederik Rietdijk 2018-07-22 12:20:56 +02:00
parent c3a3358f6d
commit d82950ad1f

View file

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "Shapely";
version = "1.6.4.post1";
version = "1.6.4.post2";
src = fetchPypi {
inherit pname version;
sha256 = "30df7572d311514802df8dc0e229d1660bc4cbdcf027a8281e79c5fc2fcf02f2";
sha256 = "c4b87bb61fc3de59fc1f85e71a79b0c709dc68364d9584473697aad4aa13240f";
};
buildInputs = [ geos glibcLocales cython ];