python.pkgs: maintenance updates

This commit is contained in:
Frederik Rietdijk
2017-11-05 13:16:18 +01:00
parent 5db01ac420
commit 9c5bf726e5
17 changed files with 34 additions and 34 deletions

View File

@@ -6,11 +6,11 @@
buildPythonPackage rec {
name = "${pname}-${version}";
pname = "Shapely";
version = "1.6.1";
version = "1.6.2.post1";
src = fetchPypi {
inherit pname version;
sha256 = "1iyhrkm6g233gwbd20sf4aq4by0kg52cz1d2k7imnqgzjpmkgqas";
sha256 = "07fba518e76b3276558f62a5829bdfa476f790cdef752383ccdc8c66b04b0899";
};
buildInputs = [ geos glibcLocales cython ];