python3Packages.python-qube-heatpump: 1.11.0 -> 1.11.2

This commit is contained in:
R. Ryantm
2026-06-22 12:23:30 +00:00
parent d46c8d04e8
commit 11a766b120
@@ -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 ];