open 56689 thanks On 22-07-2022 05:38, muradm wrote: > * gnu/packages/wm.scm (mako): Update to 1.7.1. > [inputs]: Replace elogind with basu. > --- > gnu/packages/wm.scm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm > index f27f8af8d4..7dfb1117ad 100644 > --- a/gnu/packages/wm.scm > +++ b/gnu/packages/wm.scm > @@ -1776,7 +1776,7 @@ (define-public wlr-randr > (define-public mako > (package > (name "mako") > - (version "1.6") > + (version "1.7.1") > (source > (origin > (method git-fetch) > @@ -1785,9 +1785,9 @@ (define-public mako > (commit (string-append "v" version)))) > (file-name (git-file-name name version)) > (sha256 > - (base32 "0vbx2r01rq3r9zc6kflah44ms1fzf4z857zmq3qxnfsyjdkz1hs5")))) > + (base32 "0vpar1a7zafkd2plmyaackgba6fyg35s9zzyxmj8j7v2q5zxirgz")))) > (build-system meson-build-system) > - (inputs (list cairo elogind gdk-pixbuf pango wayland)) > + (inputs (list basu cairo gdk-pixbuf pango wayland)) Like I wrote in , I don't think switching to basu should be decided in a package patch, rather this seems to me something that would need to be decided on guix-devel@, in general. Greetings, Maxime.