summary refs log tree commit diff
path: root/pkgs/development/python-modules/shapely
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-11-05 13:16:18 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2017-11-05 20:11:43 +0100
commit9c5bf726e5aba99fb786ee7206e1d9481aac97b4 (patch)
treeddab81adb32be64aae41a7791236503e7ad254d4 /pkgs/development/python-modules/shapely
parent5db01ac420ca07b4a23aa0f85a4ce386ab029467 (diff)
downloadnixlib-9c5bf726e5aba99fb786ee7206e1d9481aac97b4.tar
nixlib-9c5bf726e5aba99fb786ee7206e1d9481aac97b4.tar.gz
nixlib-9c5bf726e5aba99fb786ee7206e1d9481aac97b4.tar.bz2
nixlib-9c5bf726e5aba99fb786ee7206e1d9481aac97b4.tar.lz
nixlib-9c5bf726e5aba99fb786ee7206e1d9481aac97b4.tar.xz
nixlib-9c5bf726e5aba99fb786ee7206e1d9481aac97b4.tar.zst
nixlib-9c5bf726e5aba99fb786ee7206e1d9481aac97b4.zip
python.pkgs: maintenance updates
Diffstat (limited to 'pkgs/development/python-modules/shapely')
-rw-r--r--pkgs/development/python-modules/shapely/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/shapely/default.nix b/pkgs/development/python-modules/shapely/default.nix
index 85052a34a568..e8e92818ecf5 100644
--- a/pkgs/development/python-modules/shapely/default.nix
+++ b/pkgs/development/python-modules/shapely/default.nix
@@ -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 ];