python3Packages.python-qube-heatpump: 1.11.2 -> 1.12.0 (#540190)

This commit is contained in:
Arne Keller
2026-07-13 06:51:08 +00:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage (finalAttrs: {
pname = "python-qube-heatpump";
version = "1.11.2";
version = "1.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "MattieGit";
repo = "python-qube-heatpump";
tag = "v${finalAttrs.version}";
hash = "sha256-B2tId45VbKpeI0vGWjV1h51Lwuj44zAsxWqt/Lz88Iw=";
hash = "sha256-49zRXAWHo5+Ooo/D+Cb3ydIKD3vMIslSql5lmAHtaeA=";
};
build-system = [ hatchling ];