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 {
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 = [