From 579639bfec84251292303b32d45438f35987ef38 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 1 Apr 2025 14:54:14 +0200 Subject: [PATCH] python313Packages.busylight-for-humans: 0.33.2 -> 0.33.3 Diff: JnyJny/busylight@refs/tags/0.33.2...0.33.3 Changelog: https://github.com/JnyJny/busylight/releases/tag/0.33.3 --- .../python-modules/busylight-for-humans/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/busylight-for-humans/default.nix b/pkgs/development/python-modules/busylight-for-humans/default.nix index bbc5d3ac2bbe..f7ae2367e40f 100644 --- a/pkgs/development/python-modules/busylight-for-humans/default.nix +++ b/pkgs/development/python-modules/busylight-for-humans/default.nix @@ -16,16 +16,16 @@ buildPythonPackage rec { pname = "busylight-for-humans"; - version = "0.33.2"; + version = "0.33.3"; pyproject = true; - disabled = pythonOlder "3.8"; + disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "JnyJny"; repo = "busylight"; tag = version; - hash = "sha256-66XJumC++/Wa6hY/A3m6IR2ALCH4vLSut9ERW8msLY4="; + hash = "sha256-0jmaVMN4wwqoO5wGMaV4kJefNUPOuJpWbsqHcZZ0Nh4="; }; build-system = [ poetry-core ];