python313Packages.qtile: 0.29.0 -> 0.31.0 and python313Packages.qtile-extras: 0.29.0 -> 0.31.0 (#371737)

This commit is contained in:
rewine
2025-05-11 13:28:46 +08:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
@@ -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 ];
@@ -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