Revert "python3Packages.Shapely: 1.8.0 -> 1.8.1.post1"

This reverts commit ff0ad9ef441df73253ad29e767c4ed645cf2f477.
This commit is contained in:
Jonathan Ringer 2022-03-09 09:25:56 -08:00 committed by Martin Weinelt
parent e14adf92b3
commit 2ffbe5d84b

View File

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "Shapely";
version = "1.8.1.post1";
version = "1.8.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-k/8G/wX74r6EO5PHsa2CkuVuZlugG0cI91rop1eXLp8=";
sha256 = "177g8wxsgnphhhn4634n6ca1qrk462ijqlznpj5ry6d49ghpwc7m";
};
nativeBuildInputs = [