guix-commits
[Top][All Lists]
Advanced

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

04/12: gnu: mako: Update to 1.8.0.


From: guix-commits
Subject: 04/12: gnu: mako: Update to 1.8.0.
Date: Mon, 26 Jun 2023 05:13:42 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit ac3906fe00418a20df92e02dd7e0cee7af1437e4
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Thu Jun 15 23:48:57 2023 -0400

    gnu: mako: Update to 1.8.0.
    
    * gnu/packages/wm.scm (mako): Update to 1.8.0.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 860e804452..c78a8786d6 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1924,7 +1924,7 @@ core/thread.")
 (define-public mako
   (package
     (name "mako")
-    (version "1.7.1")
+    (version "1.8.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1933,7 +1933,7 @@ core/thread.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0vpar1a7zafkd2plmyaackgba6fyg35s9zzyxmj8j7v2q5zxirgz"))))
+                "05g1gp61qd9n9w4lq925i4wgryagvah6x489g17j7rnw59q4qhdi"))))
     (build-system meson-build-system)
     (arguments
      (list #:phases



reply via email to

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