python310Packages.hatchling: 1.9.0 -> 1.11.1
https://github.com/pypa/hatch/blob/hatchling-v1.11.1/docs/history.md#hatchling
This commit is contained in:
parent
733dcaf53d
commit
03db455ebc
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "hatchling";
|
pname = "hatchling";
|
||||||
version = "1.9.0";
|
version = "1.11.1";
|
||||||
in
|
in
|
||||||
buildPythonPackage {
|
buildPythonPackage {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
@ -28,7 +28,7 @@ buildPythonPackage {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-tXxzYvQ3uUJuS5QiiiHSrFgE+7KrywGt3iVEo1uzA80=";
|
hash = "sha256-n4Q2H3DPOnq5VDsMPsxkIR7SuopganHrakc8HJsI4dA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# listed in backend/src/hatchling/ouroboros.py
|
# listed in backend/src/hatchling/ouroboros.py
|
||||||
@ -72,6 +72,7 @@ buildPythonPackage {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Modern, extensible Python build backend";
|
description = "Modern, extensible Python build backend";
|
||||||
homepage = "https://hatch.pypa.io/latest/";
|
homepage = "https://hatch.pypa.io/latest/";
|
||||||
|
changelog = "https://github.com/pypa/hatch/blob/hatchling-v${version}/docs/history.md#hatchling";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ hexa ofek ];
|
maintainers = with maintainers; [ hexa ofek ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user