Revert "python37Packages.poetry-core: fix build"

This reverts commit 50ddbc8590cd800d5931afcbb0bd4081908f4281.

This is a pre-release, and causes poetry to fail
This commit is contained in:
Jonathan Ringer 2021-04-21 09:19:45 -07:00
parent 9b3e698b14
commit 23372dc079

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "poetry-core";
version = "1.1.0a3";
version = "1.0.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "python-poetry";
repo = pname;
rev = version;
sha256 = "sha256-GlRTtnxnc4slS4q1I7UTHUYGUJkzU9ew2NpJwSX7KYA=";
sha256 = "sha256-OE6oc/3HYrMmgPnINxvSZ27m8YeZk5Gnn9ok8GlSIZ0=";
};
nativeBuildInputs = [