python311Packages.poetry-core: 1.8.1 -> 1.9.0

https://github.com/python-poetry/poetry-core/blob/1.9.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-03-12 04:30:05 +01:00
parent 4c42636632
commit 15b60d2b02
@@ -2,7 +2,6 @@
, stdenv
, buildPythonPackage
, fetchFromGitHub
, fetchpatch
, pythonOlder
, build
, git
@@ -15,7 +14,7 @@
buildPythonPackage rec {
pname = "poetry-core";
version = "1.8.1";
version = "1.9.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -24,7 +23,7 @@ buildPythonPackage rec {
owner = "python-poetry";
repo = pname;
rev = version;
hash = "sha256-RnCJ67jaL2knwv+Uo7p0zOejHAT73f40weaJnfqOYoM=";
hash = "sha256-vvwKbzGlvv2LTbXfJxQVM3nUXFGntgJxsku6cbRxCzw=";
};
nativeCheckInputs = [