emacs-bug-tracker
[Top][All Lists]
Advanced

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

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


From: GNU bug Tracking System
Subject: bug#56689: closed ([PATCH] gnu: mako: Update to 1.7.1.)
Date: Thu, 04 Aug 2022 06:57:02 +0000

Your message dated Thu, 04 Aug 2022 14:56:28 +0800
with message-id <87o7x0qyxv.fsf@envs.net>
and subject line Re: bug#56689: [PATCH] gnu: mako: Update to 1.7.1.
has caused the debbugs.gnu.org bug report #56689,
regarding [PATCH] gnu: mako: Update to 1.7.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
56689: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56689
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: mako: Update to 1.7.1. Date: Fri, 22 Jul 2022 06:38:16 +0300
* 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))
     (native-inputs (list pkg-config scdoc wayland-protocols))
     (home-page "https://wayland.emersion.fr/mako";)
     (synopsis "Lightweight Wayland notification daemon")
-- 
2.36.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#56689: [PATCH] gnu: mako: Update to 1.7.1. Date: Thu, 04 Aug 2022 14:56:28 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
muradm <mail@muradm.net> writes:

> * gnu/packages/wm.scm (mako): Update to 1.7.1.
> [inputs]: Replace elogind with basu.

Pushed, thank you!


--- End Message ---

reply via email to

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