summary refs log tree commit diff
path: root/pkgs/development/python-modules/shapely/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/shapely/default.nix')
-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 52101b3482f9..42d825660737 100644
--- a/pkgs/development/python-modules/shapely/default.nix
+++ b/pkgs/development/python-modules/shapely/default.nix
@@ -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 ];