Arjan Schrijver
2025-05-09 22:29:23 +02:00
parent 296afc7634
commit 1d604c8f17
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "qtile-extras";
version = "0.29.0";
version = "0.31.0";
pyproject = true;
src = fetchFromGitHub {
owner = "elParaguayo";
repo = "qtile-extras";
tag = "v${version}";
hash = "sha256-QkcLts2cqhA49/L9nuekf0n+ZRBxKdGL9Ql1sgtyTiw=";
hash = "sha256-87xdSw4JKQyb/jpfTUkFDjHvKgPKzu+rKLGeaAzP8NI=";
};
build-system = [ setuptools-scm ];