pythonPackages.Shapely: 1.7.0 -> 1.7.1

This commit is contained in:
Nicolai Kellerer
2020-10-22 19:14:01 +02:00
committed by Frederik Rietdijk
parent b7fdb27f73
commit ef92fe9c43
2 changed files with 9 additions and 5 deletions

View File

@@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "Shapely";
version = "1.7.0";
version = "1.7.1";
src = fetchPypi {
inherit pname version;
sha256 = "07lmrihj6pa7f99m97hbf2anqlhhwippcdz03bqkyihnlkhry6p2";
sha256 = "0adiz4jwmwxk7k1awqifb1a9bj5x4nx4gglb5dz9liam21674h8n";
};
nativeBuildInputs = [