python3Packages.python-qube-heatpump: 1.11.0 -> 1.11.2 (#534237)

This commit is contained in:
Nick Cao
2026-06-23 20:01:32 +00:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage (finalAttrs: {
pname = "python-qube-heatpump";
version = "1.11.0";
version = "1.11.2";
pyproject = true;
src = fetchFromGitHub {
owner = "MattieGit";
repo = "python-qube-heatpump";
tag = "v${finalAttrs.version}";
hash = "sha256-eHw1nlly95ne4XbMNB8su7TgbDEKMqUXYx9WQtUZo6Y=";
hash = "sha256-B2tId45VbKpeI0vGWjV1h51Lwuj44zAsxWqt/Lz88Iw=";
};
build-system = [ hatchling ];