mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 06:31:15 +00:00
python3Packages.hatchling: 1.30.1 -> 1.31.0
https://github.com/pypa/hatch/releases/tag/hatchling-v1.31.0
This commit is contained in:
@@ -19,12 +19,12 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "hatchling";
|
||||
version = "1.30.1";
|
||||
version = "1.31.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit (finalAttrs) pname version;
|
||||
hash = "sha256-7uT9RTV/cuuz16QuXXLPteKe1CbXnog2KIkmxCWNXy4=";
|
||||
hash = "sha256-a0itQGikgu1yObOoIVvFW0eq0zRdWN/JTlU8XS1GIRs=";
|
||||
};
|
||||
|
||||
# listed in backend/pyproject.toml
|
||||
|
||||
Reference in New Issue
Block a user