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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user