python3Packages.poetry-core: 2.0.0 -> 2.0.1
https://github.com/python-poetry/poetry-core/blob/2.0.1/CHANGELOG.md
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "poetry-core";
|
||||
version = "2.0.0";
|
||||
version = "2.0.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||
owner = "python-poetry";
|
||||
repo = "poetry-core";
|
||||
tag = version;
|
||||
hash = "sha256-3dmvFn2rxtR0SK8oiEHIVJhpJpX4Mm/6kZnIYNSDv90=";
|
||||
hash = "sha256-X3HFvnjbQ8An856QwSsWm5bmzs9KuscPE9LaVebNfgk=";
|
||||
};
|
||||
|
||||
nativeCheckInputs = [
|
||||
@@ -60,7 +60,7 @@ buildPythonPackage rec {
|
||||
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-int-conversion";
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/python-poetry/poetry-core/blob/${src.rev}/CHANGELOG.md";
|
||||
changelog = "https://github.com/python-poetry/poetry-core/blob/${src.tag}/CHANGELOG.md";
|
||||
description = "Poetry PEP 517 Build Backend";
|
||||
homepage = "https://github.com/python-poetry/poetry-core/";
|
||||
license = licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user