guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: mako: Update to 1.6.


From: guix-commits
Subject: 02/03: gnu: mako: Update to 1.6.
Date: Sun, 2 Jan 2022 00:44:59 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit b844e88e605826e0a3161051786b5cc77079ee32
Author: kiasoc5 <kiasoc5@tutanota.com>
AuthorDate: Tue Dec 28 16:37:04 2021 -0500

    gnu: mako: Update to 1.6.
    
    * gnu/packages/wm.scm (mako): Update to 1.6.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/wm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index b684371064..e711e121cf 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1741,7 +1741,7 @@ Wlroots based compositors.")
 (define-public mako
   (package
     (name "mako")
-    (version "1.4.1")
+    (version "1.6")
     (source
      (origin
        (method git-fetch)
@@ -1750,7 +1750,7 @@ Wlroots based compositors.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0hwvibpnrximb628w9dsfjpi30b5jy7nfkm4d94z5vhp78p43vxh"))))
+        (base32 "0vbx2r01rq3r9zc6kflah44ms1fzf4z857zmq3qxnfsyjdkz1hs5"))))
     (build-system meson-build-system)
     (inputs (list cairo elogind gdk-pixbuf pango wayland))
     (native-inputs (list pkg-config scdoc wayland-protocols))



reply via email to

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