python3Packages.busylight-for-humans: 0.35.2 -> 0.37.0

https://github.com/JnyJny/busylight/releases/tag/v0.37.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:58:45 +02:00
parent 0bcd2ae4ba
commit fe88f271cf
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "busylight-for-humans";
version = "0.35.2";
version = "0.37.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "JnyJny";
repo = "busylight";
tag = "v${version}";
hash = "sha256-0jmaVMN4wwqoO5wGMaV4kJefNUPOuJpWbsqHcZZ0Nh4=";
hash = "sha256-uKuQy4ce6WTTpprAbQ6QE7WlotMlVacaDZ+dsvY1N58=";
};
build-system = [ poetry-core ];
@@ -58,7 +58,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Control USB connected presence lights from multiple vendors via the command-line or web API";
homepage = "https://github.com/JnyJny/busylight";
changelog = "https://github.com/JnyJny/busylight/releases/tag/${version}";
changelog = "https://github.com/JnyJny/busylight/releases/tag/${src.tag}";
license = licenses.asl20;
teams = [ teams.helsinki-systems ];
mainProgram = "busylight";