Merge pull request #120086 from jonringer/fix-poetry

This commit is contained in:
Martin Weinelt 2021-04-21 18:58:55 +02:00 committed by GitHub
commit 2f8f1408fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -13,14 +13,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "poetry-core"; pname = "poetry-core";
version = "1.1.0a3"; version = "1.0.3";
format = "pyproject"; format = "pyproject";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "python-poetry"; owner = "python-poetry";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-GlRTtnxnc4slS4q1I7UTHUYGUJkzU9ew2NpJwSX7KYA="; sha256 = "07x0zagf9cfr7g3132jjd5byywkbnzpfbxjfjzpzpj70fqw70qrc";
}; };
nativeBuildInputs = [ nativeBuildInputs = [

View File

@ -24,7 +24,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "poetry"; pname = "poetry";
version = "1.1.5"; version = "1.1.6";
format = "pyproject"; format = "pyproject";
disabled = isPy27; disabled = isPy27;
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "python-poetry"; owner = "python-poetry";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0bv6irpscpak6pldkzrx4j12dqnpfz5h8fy5lliglizv0avh60hf"; sha256 = "sha256-3Nx9xuQMIho+oRjqskHL9eQGKDAWntEGZcWe7evnmNU=";
}; };
postPatch = '' postPatch = ''