From 2607374e8c3b4c6762013efb40d8572af6e70b5d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 20 Jan 2026 00:05:58 +0000 Subject: [PATCH] python3Packages.python-heatclient: 4.3.0 -> 5.0.0 --- pkgs/development/python-modules/python-heatclient/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/python-heatclient/default.nix b/pkgs/development/python-modules/python-heatclient/default.nix index d588a1c76851..f15df2138ba0 100644 --- a/pkgs/development/python-modules/python-heatclient/default.nix +++ b/pkgs/development/python-modules/python-heatclient/default.nix @@ -25,13 +25,13 @@ buildPythonPackage rec { pname = "python-heatclient"; - version = "4.3.0"; + version = "5.0.0"; pyproject = true; src = fetchPypi { pname = "python_heatclient"; inherit version; - hash = "sha256-itp863fyXw2+OuLjMoowRhrblP+/NrDCqrwszkg7dfA="; + hash = "sha256-q3CtG+bRPo9gNHl6KJSutDU33EKUun/7C0pBe1ahpx4="; }; build-system = [