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

Changed files
+3 -3
pkgs
development
python-modules
python-bsblan
+3 -3
pkgs/development/python-modules/python-bsblan/default.nix
···
buildPythonPackage rec {
pname = "python-bsblan";
-
version = "1.2.2";
+
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.12";
···
owner = "liudger";
repo = "python-bsblan";
tag = "v${version}";
-
hash = "sha256-qzQP77bfV21g7DIdZfJCyv9FN/U6aQk9wWV9xPZFolk=";
+
hash = "sha256-HaB1ypC2IkSEnM5Ek583CFvwWt1nm1gWUdoh5MH09YQ=";
};
postPatch = ''
···
meta = with lib; {
description = "Module to control and monitor an BSBLan device programmatically";
homepage = "https://github.com/liudger/python-bsblan";
-
changelog = "https://github.com/liudger/python-bsblan/releases/tag/v${version}";
+
changelog = "https://github.com/liudger/python-bsblan/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};