From a81339a71bdf02329eef3cf88e4fb19243f709a6 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 21 Jan 2026 18:34:44 +0100 Subject: [PATCH] python3Packages.librehardwaremonitor-api: 1.6.0 -> 1.8.4 This commit was automatically generated using update-python-libraries. --- .../python-modules/librehardwaremonitor-api/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/librehardwaremonitor-api/default.nix b/pkgs/development/python-modules/librehardwaremonitor-api/default.nix index f387f4358048..ea74a1f1b458 100644 --- a/pkgs/development/python-modules/librehardwaremonitor-api/default.nix +++ b/pkgs/development/python-modules/librehardwaremonitor-api/default.nix @@ -4,22 +4,22 @@ fetchFromGitHub, lib, pytestCheckHook, - setuptools, + hatchling, }: buildPythonPackage rec { pname = "librehardwaremonitor-api"; - version = "1.6.0"; + version = "1.8.4"; pyproject = true; src = fetchFromGitHub { owner = "Sab44"; repo = "librehardwaremonitor-api"; tag = "v${version}"; - hash = "sha256-dyhS7vb+qcumtWZsj3G3x66KhHUVDQxMG8+2GngkK70="; + hash = "sha256-RGtR/VSamfpSpS5TN9nUPCjzkwp5eUcV41Q8R76MDAA="; }; - build-system = [ setuptools ]; + build-system = [ hatchling ]; dependencies = [ aiohttp