Merge pull request #129807 from austinbutler/poetry-117

pythonPackages.poetry: 1.1.6 -> 1.1.7
This commit is contained in:
Martin Weinelt 2021-07-10 23:11:30 +02:00 committed by GitHub
commit 70122271d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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