python313Packages.busylight-for-humans: 0.33.3 -> 0.35.2

Changelog: https://github.com/JnyJny/busylight/releases/tag/0.35.2
This commit is contained in:
Fabian Affolter
2025-06-02 23:03:29 +02:00
parent 996bee01bf
commit 8116669db7
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "busylight-for-humans";
version = "0.33.3";
version = "0.35.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "JnyJny";
repo = "busylight";
tag = version;
tag = "v${version}";
hash = "sha256-0jmaVMN4wwqoO5wGMaV4kJefNUPOuJpWbsqHcZZ0Nh4=";
};