python312Packages.plugwise: 1.6.4 -> 1.7.2

This commit is contained in:
R. Ryantm
2025-03-05 23:03:34 +01:00
committed by Martin Weinelt
parent efa69a186c
commit 4974c86dac
@@ -17,16 +17,16 @@
buildPythonPackage rec {
pname = "plugwise";
version = "1.6.4";
version = "1.7.2";
pyproject = true;
disabled = pythonOlder "3.11";
disabled = pythonOlder "3.12";
src = fetchFromGitHub {
owner = "plugwise";
repo = "python-plugwise";
tag = "v${version}";
hash = "sha256-mzMa+i+DESgOo67SIUBofeY+KoEWdFCcNac7oqEZFgU=";
hash = "sha256-WuEVLpFQlPiCYNbAGy3IIOmcbm9MertEQ4tlbd/8OqQ=";
};
postPatch = ''
@@ -58,7 +58,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module for Plugwise Smiles, Stretch and USB stick";
homepage = "https://github.com/plugwise/python-plugwise";
changelog = "https://github.com/plugwise/python-plugwise/releases/tag/v${version}";
changelog = "https://github.com/plugwise/python-plugwise/releases/tag/${src.tag}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};