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