diff options
author | Nicolas Goaziou <[email protected]> | 2025-01-31 14:18:43 +0100 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2025-01-31 14:18:43 +0100 |
commit | dff83a54752fae99aac72a49bcc1cc74085b0f63 (patch) | |
tree | c77bc2ac215beb87b73c5693655a9bba234f0af7 /gnu/packages/wm.scm | |
parent | bdd6760b8c46e59f86415d67981acb6f77e9ed22 (diff) |
gnu: qtile: Update to 0.30.0.
* gnu/packages/wm.scm (qtile): Update to 0.30.0.
[propagated-inputs]: Remove python-dbus-next; add python-dbus-fast, python-libcst, and
python-pygobject.
Change-Id: If17ca7050aa9a3da345c4ae5d0152fef9dcbd3a0
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r-- | gnu/packages/wm.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 068174bc4d..6afb13398d 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -802,13 +802,13 @@ subscribe to events.") (define-public qtile (package (name "qtile") - (version "0.23.0") + (version "0.30.0") (source (origin (method url-fetch) (uri (pypi-uri "qtile" version)) (sha256 - (base32 "1v8rxm2xg2igxv6gwa78wrkxzgfxmxfgflbjdp4fm7cxjdx3zrpa")))) + (base32 "0zd2bh4mvgwjxkkwn3angkaqzm7ldcmzg3gdc098jzzlf90fmywm")))) (build-system pyproject-build-system) (arguments (list @@ -854,10 +854,12 @@ subscribe to events.") (list python-cairocffi python-cffi python-dateutil - python-dbus-next + python-dbus-fast python-iwlib python-keyring + python-libcst python-mpd2 + python-pygobject python-pyxdg python-xcffib)) (native-inputs |