python3Packages.python-bsblan: 1.2.2 -> 2.1.0 (#414828)

authored by Fabian Affolter and committed by GitHub 89a8851b c6bbb9f1

+3 -3
+3 -3
pkgs/development/python-modules/python-bsblan/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "python-bsblan"; 23 - version = "1.2.2"; 23 + version = "2.1.0"; 24 24 pyproject = true; 25 25 26 26 disabled = pythonOlder "3.12"; ··· 29 29 owner = "liudger"; 30 30 repo = "python-bsblan"; 31 31 tag = "v${version}"; 32 - hash = "sha256-qzQP77bfV21g7DIdZfJCyv9FN/U6aQk9wWV9xPZFolk="; 32 + hash = "sha256-HaB1ypC2IkSEnM5Ek583CFvwWt1nm1gWUdoh5MH09YQ="; 33 33 }; 34 34 35 35 postPatch = '' ··· 65 65 meta = with lib; { 66 66 description = "Module to control and monitor an BSBLan device programmatically"; 67 67 homepage = "https://github.com/liudger/python-bsblan"; 68 - changelog = "https://github.com/liudger/python-bsblan/releases/tag/v${version}"; 68 + changelog = "https://github.com/liudger/python-bsblan/releases/tag/${src.tag}"; 69 69 license = licenses.mit; 70 70 maintainers = with maintainers; [ fab ]; 71 71 };