python313Packages.busylight-for-humans: 0.45.2 -> 0.45.3 (#475413)

This commit is contained in:
Fabian Affolter
2025-12-31 09:05:58 +00:00
committed by GitHub
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "busylight-for-humans";
version = "0.45.2";
version = "0.45.3";
pyproject = true;
src = fetchFromGitHub {
owner = "JnyJny";
repo = "busylight";
tag = "v${version}";
hash = "sha256-G+l+jkHZzz3tX1CcC7Cq1iCFZPbeQ6CI4xCMkTWA5EE=";
hash = "sha256-EP+2jWOrXQE8sZQYclMMbpfr+FmPHIbZ35NNbfCTnUk=";
};
build-system = [ hatchling ];