From eebc652bbc9f5a7aa2d36001047f3015ceef6633 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 25 Aug 2026 01:24:27 +0200 Subject: [PATCH] python3Packages.hatchling: 1.31.0 -> 1.32.0 https://github.com/pypa/hatch/releases/tag/hatchling-v1.32.0 This commit was automatically generated using update-python-libraries. --- pkgs/development/python-modules/hatchling/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/hatchling/default.nix b/pkgs/development/python-modules/hatchling/default.nix index eff0884950cf..1eb4929ecf9a 100644 --- a/pkgs/development/python-modules/hatchling/default.nix +++ b/pkgs/development/python-modules/hatchling/default.nix @@ -19,12 +19,12 @@ buildPythonPackage (finalAttrs: { pname = "hatchling"; - version = "1.31.0"; + version = "1.32.0"; pyproject = true; src = fetchPypi { inherit (finalAttrs) pname version; - hash = "sha256-a0itQGikgu1yObOoIVvFW0eq0zRdWN/JTlU8XS1GIRs="; + hash = "sha256-C9veSlKwbDfj7KOV+Fp2K/DvBv43T9iuQp3GvhAjD18="; }; # listed in backend/pyproject.toml