python313Packages.qtile: 0.29.0 -> 0.31.0

https://github.com/qtile/qtile/blob/v0.31.0/CHANGELOG
This commit is contained in:
Arjan Schrijver
2025-05-09 22:29:23 +02:00
parent 0719ce0002
commit 296afc7634
@@ -3,7 +3,7 @@
buildPythonPackage,
fetchFromGitHub,
cairocffi,
dbus-next,
dbus-fast,
glib,
iwlib,
libcst,
@@ -35,14 +35,14 @@
buildPythonPackage rec {
pname = "qtile";
version = "0.29.0";
version = "0.31.0";
pyproject = true;
src = fetchFromGitHub {
owner = "qtile";
repo = "qtile";
tag = "v${version}";
hash = "sha256-EqrvBXigMjevPERTcz3EXSRaZP2xSEsOxjuiJ/5QOz0=";
hash = "sha256-aBVIkyR906+vSLDNxvkmWu6DBujZHErSi+aZPVMRuCI=";
};
patches = [
@@ -69,7 +69,7 @@ buildPythonPackage rec {
dependencies = extraPackages ++ [
(cairocffi.override { withXcffib = true; })
dbus-next
dbus-fast
iwlib
libcst
mpd2