python3Packages.poetry: 1.1.11 -> 1.1.12

This commit is contained in:
Joel 2021-12-04 23:14:50 +10:00
parent c52ea537b3
commit 13a662b45b
No known key found for this signature in database
GPG key ID: 18550BD205E9EF64

View file

@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "poetry";
version = "1.1.11";
version = "1.1.12";
format = "pyproject";
disabled = isPy27;
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "python-poetry";
repo = pname;
rev = version;
sha256 = "1f3y3gav2snvcf2h9mbkinvnlcyl9kndf6bh6j0vxkxzlmb4zilx";
sha256 = "1fm4yj6wxr24v7b77gmf63j7xsgszhbhzw2i9fvlfi0p9l0q34pm";
};
postPatch = ''