python3Packages.librehardwaremonitor-api: 1.6.0 -> 1.8.4

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:27 +01:00
parent 595bc8e7b1
commit a81339a71b
@@ -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