python37Packages.poetry-core: fix build

This commit is contained in:
Jonathan Ringer 2021-04-20 12:00:56 -07:00 committed by Jonathan Ringer
parent 3c0a20777f
commit 50ddbc8590
1 changed files with 2 additions and 2 deletions

View File

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