python312Packages.yalexs-ble: 2.5.7 -> 2.6.0 (#402325)

Changed files
+3 -3
pkgs
development
python-modules
yalexs-ble
+3 -3
pkgs/development/python-modules/yalexs-ble/default.nix
···
buildPythonPackage rec {
pname = "yalexs-ble";
-
version = "2.5.7";
+
version = "2.6.0";
pyproject = true;
disabled = pythonOlder "3.10";
···
owner = "bdraco";
repo = "yalexs-ble";
tag = "v${version}";
-
hash = "sha256-u9NNSaO/xqpmMXwIkgzZREjZEzVFKFIHJJVKLS0EwJs=";
+
hash = "sha256-NSN0i99Pd3ivRd9aFIDu/CnQHCMbEIqpceDaeB5k3vU=";
};
build-system = [ poetry-core ];
···
meta = with lib; {
description = "Library for Yale BLE devices";
homepage = "https://github.com/bdraco/yalexs-ble";
-
changelog = "https://github.com/bdraco/yalexs-ble/blob/v${version}/CHANGELOG.md";
+
changelog = "https://github.com/bdraco/yalexs-ble/blob/${src.tag}/CHANGELOG.md";
license = licenses.gpl3Only;
maintainers = with maintainers; [ fab ];
};