guix-patches
[Top][All Lists]
Advanced

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

[bug#56689] [PATCH] gnu: mako: Update to 1.7.1.


From: Maxime Devos
Subject: [bug#56689] [PATCH] gnu: mako: Update to 1.7.1.
Date: Thu, 4 Aug 2022 13:02:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

open 56689
thanks

On 22-07-2022 05:38, muradm wrote:
* gnu/packages/wm.scm (mako): Update to 1.7.1.
[inputs]: Replace elogind with basu.
---
  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 f27f8af8d4..7dfb1117ad 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1776,7 +1776,7 @@ (define-public wlr-randr
  (define-public mako
    (package
      (name "mako")
-    (version "1.6")
+    (version "1.7.1")
      (source
       (origin
         (method git-fetch)
@@ -1785,9 +1785,9 @@ (define-public mako
               (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))

Like I wrote in <https://issues.guix.gnu.org/56859#3>, I don't think switching to basu should be decided in a package patch, rather this seems to me something that would need to be decided on guix-devel@, in general.

Greetings,
Maxime.

Attachment: OpenPGP_0x49E3EE22191725EE.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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