python3Packages.poetry: 1.1.12 -> 1.1.14

This commit is contained in:
K900
2022-07-08 17:49:33 +03:00
parent cfc65cc39b
commit 0a5a747b65
@@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "poetry";
version = "1.1.12";
version = "1.1.14";
format = "pyproject";
disabled = pythonOlder "3.6";
@@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = "python-poetry";
repo = pname;
rev = version;
sha256 = "1fm4yj6wxr24v7b77gmf63j7xsgszhbhzw2i9fvlfi0p9l0q34pm";
sha256 = "sha256-n/GZOUoIMxWlULDqOe59Gt7Hz/+Mc4QcZT+1+HtQovs=";
};
postPatch = ''