mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.hatchling: 1.29.0 -> 1.30.1
https://github.com/pypa/hatch/releases/tag/hatchling-v1.30.1
This commit is contained in:
parent
6bdef48f8f
commit
ffe9da38cb
1 changed files with 6 additions and 6 deletions
|
|
@ -17,14 +17,14 @@
|
|||
virtualenv,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "hatchling";
|
||||
version = "1.29.0";
|
||||
version = "1.30.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-eTwxgW2VLO5AW4NIjOABxxnzJdnNpp8fxM11BSdkDqY=";
|
||||
inherit (finalAttrs) pname version;
|
||||
hash = "sha256-7uT9RTV/cuuz16QuXXLPteKe1CbXnog2KIkmxCWNXy4=";
|
||||
};
|
||||
|
||||
# listed in backend/pyproject.toml
|
||||
|
|
@ -65,11 +65,11 @@ buildPythonPackage rec {
|
|||
description = "Modern, extensible Python build backend";
|
||||
mainProgram = "hatchling";
|
||||
homepage = "https://hatch.pypa.io/latest/";
|
||||
changelog = "https://github.com/pypa/hatch/releases/tag/hatchling-v${version}";
|
||||
changelog = "https://github.com/pypa/hatch/releases/tag/hatchling-v${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
hexa
|
||||
ofek
|
||||
];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue