python313Packages.qtile-extras: 0.32.0 -> 0.33.0

Changelog: https://github.com/elParaguayo/qtile-extras/blob/v0.33.0/CHANGELOG
This commit is contained in:
Arjan Schrijver
2025-07-25 09:11:24 +02:00
parent 2cc1c494f8
commit e39a6b19f0
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "qtile-extras";
version = "0.32.0";
version = "0.33.0";
pyproject = true;
src = fetchFromGitHub {
owner = "elParaguayo";
repo = "qtile-extras";
tag = "v${version}";
hash = "sha256-NMbgSStXJV8fVtula1cyIwFlD8WrO8kBnOphDxbig04=";
hash = "sha256-3aN2MrD1U5iBneVbYtNeWpK+JAQunGpemDpJnDuQdVI=";
};
build-system = [ setuptools-scm ];