Merge pull request #204441 from fabaff/nibe-bump

python310Packages.nibe: 1.2.1 -> 1.5.0

authored by Fabian Affolter and committed by GitHub 67bd709d db24873c

+3 -2
+3 -2
pkgs/development/python-modules/nibe/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "nibe"; 18 - version = "1.2.1"; 18 + version = "1.5.0"; 19 19 format = "pyproject"; 20 20 21 21 disabled = pythonOlder "3.9"; ··· 24 24 owner = "yozik04"; 25 25 repo = pname; 26 26 rev = "refs/tags/${version}"; 27 - hash = "sha256-y1/yZE5Gfj2XPscZ27TNXOM/VGy/iIFkvg2TCNsh4tI="; 27 + hash = "sha256-X2WcyBjJbS2WuaaYeBpWM+Tw4mmFOjNX/s070u8LN/4="; 28 28 }; 29 29 30 30 nativeBuildInputs = [ ··· 51 51 meta = with lib; { 52 52 description = "Library for the communication with Nibe heatpumps"; 53 53 homepage = "https://github.com/yozik04/nibe"; 54 + changelog = "https://github.com/yozik04/nibe/releases/tag/${version}"; 54 55 license = with licenses; [ gpl3Plus ]; 55 56 maintainers = with maintainers; [ fab ]; 56 57 };