python3Packages.poetry: 1.1.4 -> 1.1.5

This commit is contained in:
Austin Butler 2021-04-10 16:46:30 -07:00 committed by Frederik Rietdijk
parent 1dee5f4388
commit 9e9527b1b4

View file

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