gnu: mako: Update to 1.7.1.

* gnu/packages/wm.scm (mako): Update to 1.7.1.
[inputs]: Replace elogind with basu.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
muradm 2022-07-22 06:38:16 +03:00 committed by 宋文武
parent a44a762a51
commit b8b8df9122
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1776,7 +1776,7 @@ (define-public wlr-randr
(define-public mako (define-public mako
(package (package
(name "mako") (name "mako")
(version "1.6") (version "1.7.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1785,9 +1785,9 @@ (define-public mako
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0vbx2r01rq3r9zc6kflah44ms1fzf4z857zmq3qxnfsyjdkz1hs5")))) (base32 "0vpar1a7zafkd2plmyaackgba6fyg35s9zzyxmj8j7v2q5zxirgz"))))
(build-system meson-build-system) (build-system meson-build-system)
(inputs (list cairo elogind gdk-pixbuf pango wayland)) (inputs (list basu cairo gdk-pixbuf pango wayland))
(native-inputs (list pkg-config scdoc wayland-protocols)) (native-inputs (list pkg-config scdoc wayland-protocols))
(home-page "https://wayland.emersion.fr/mako") (home-page "https://wayland.emersion.fr/mako")
(synopsis "Lightweight Wayland notification daemon") (synopsis "Lightweight Wayland notification daemon")