python3Packages.poetry: 1.1.5 -> 1.1.6

This commit is contained in:
Jonathan Ringer 2021-04-21 09:26:22 -07:00
parent 93e27be68c
commit a24bac6857

View File

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