python312Packages.qtile-bonsai: 0.4.0 -> 0.5.0 (#369481)

This commit is contained in:
misuzu
2025-01-01 12:01:39 +02:00
committed by GitHub

View File

@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "qtile-bonsai";
version = "0.4.0";
version = "0.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "aravinda0";
repo = "qtile-bonsai";
rev = "refs/tags/v${version}";
hash = "sha256-IWy/YEVdZc+UgIKl75ZpOkOIvpS5hCX0ihQenUOuJHo=";
tag = "v${version}";
hash = "sha256-1wiBrLQDdQGsoZAT5XUzmuloVo90y+GZu1bqPrbQl48=";
};
build-system = [