python312Packages.qtile-bonsai: 0.4.0 -> 0.5.0

This commit is contained in:
R. Ryantm
2024-12-30 20:30:06 +00:00
parent c0851de93d
commit 2f11e23768

View File

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