guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: mako: Update to 1.4.


From: guix-commits
Subject: 01/02: gnu: mako: Update to 1.4.
Date: Tue, 24 Sep 2019 01:21:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b60ffcee067334b816dc7e83ff9e01f8ec2a368a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Sep 24 07:17:32 2019 +0200

    gnu: mako: Update to 1.4.
    
    * gnu/packages/wm.scm (mako): Update to 1.4.
---
 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 e19c6c1..72be0bd 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1436,7 +1436,7 @@ Wlroots based compositors.")
 (define-public mako
   (package
     (name "mako")
-    (version "1.3")
+    (version "1.4")
     (source
      (origin
        (method git-fetch)
@@ -1445,7 +1445,7 @@ Wlroots based compositors.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "17azdc37xsbmx13fkfp23vg9lznrv9fh6nhagn64wdq3nhsxm3b6"))))
+        (base32 "11ymiq6cr2ma0iva1mqybn3j6k73bsc6lv6pcbdq7hkhd4f9b7j9"))))
     (build-system meson-build-system)
     (inputs `(("cairo" ,cairo)
               ("elogind" ,elogind)



reply via email to

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