guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: mako: Update to 1.7.1.


From: guix-commits
Subject: branch master updated: gnu: mako: Update to 1.7.1.
Date: Thu, 04 Aug 2022 02:56:13 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b8b8df9122 gnu: mako: Update to 1.7.1.
b8b8df9122 is described below

commit b8b8df9122510671f01940d35cf06e673f3afa4f
Author: muradm <mail@muradm.net>
AuthorDate: Fri Jul 22 06:38:16 2022 +0300

    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>
---
 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 3cf992620d..f4dcbf742e 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1776,7 +1776,7 @@ Wlroots based compositors.")
 (define-public mako
   (package
     (name "mako")
-    (version "1.6")
+    (version "1.7.1")
     (source
      (origin
        (method git-fetch)
@@ -1785,9 +1785,9 @@ Wlroots based compositors.")
              (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))
     (native-inputs (list pkg-config scdoc wayland-protocols))
     (home-page "https://wayland.emersion.fr/mako";)
     (synopsis "Lightweight Wayland notification daemon")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]