From b28642d7cdcb06e1295af322e8cd682171a2d666 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Mon, 10 Nov 2025 11:45:32 +0200 Subject: [PATCH] python3.pkgs.pint: 0.24.4 -> 0.25.2 Diff: https://github.com/hgrecco/pint/compare/0.24.4...0.25.2 Changelog: https://github.com/hgrecco/pint/blob/0.25.2/CHANGES --- pkgs/development/python-modules/pint/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/pint/default.nix b/pkgs/development/python-modules/pint/default.nix index 3d12f2f7d398..2e19bfbc3ef0 100644 --- a/pkgs/development/python-modules/pint/default.nix +++ b/pkgs/development/python-modules/pint/default.nix @@ -5,8 +5,8 @@ pythonOlder, # build-system - setuptools, - setuptools-scm, + hatchling, + hatch-vcs, # dependencies flexcache, @@ -26,7 +26,7 @@ buildPythonPackage rec { pname = "pint"; - version = "0.24.4"; + version = "0.25.2"; pyproject = true; disabled = pythonOlder "3.9"; @@ -35,12 +35,12 @@ buildPythonPackage rec { owner = "hgrecco"; repo = "pint"; tag = version; - hash = "sha256-Pr+BRLj6BjEDwKJ24qxmfiJswpgQJDumAx3rT6tQHSY="; + hash = "sha256-Ushg7e920TTW7AYXg5C076Bl/yWPLO+H8I3Ytlc7OKc="; }; build-system = [ - setuptools - setuptools-scm + hatchling + hatch-vcs ]; dependencies = [