all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72253] [PATCH] gnu: mako: Update to 1.9.0.
@ 2024-07-23 10:16 ashish.is--- via Guix-patches via
  2024-07-25  5:15 ` Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-07-23 10:16 UTC (permalink / raw)
  To: 72253; +Cc: Ashish SHUKLA

From: Ashish SHUKLA <ashish.is@lostca.se>

* gnu/packages/wm.scm (mako): Update to 1.9.0.

Change-Id: I38f6ab0ea03457d0ae95f3de625921cf7b9da24c
---
 gnu/packages/wm.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index eecaaa2cf7..11744f1196 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -74,6 +74,7 @@
 ;;; Copyright © 2024 bigbug <bigbookofbug@proton.me>
 ;;; Copyright © 2024 dan <i@dan.games>
 ;;; Copyright © 2024 Wamm K. D. <jaft.r@outlook.com>
+;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2307,7 +2308,7 @@ (define-public wlr-randr
 (define-public mako
   (package
     (name "mako")
-    (version "1.8.0")
+    (version "1.9.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2316,7 +2317,7 @@ (define-public mako
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "05g1gp61qd9n9w4lq925i4wgryagvah6x489g17j7rnw59q4qhdi"))))
+                "0wcyhnpah1g5qpixfwlpybsjcl22iv39jrxlbi84xv2gfyi2vmj2"))))
     (build-system meson-build-system)
     (arguments
      (list #:phases

base-commit: ad97f1bdb67015cffe92adba3b94c3b3df576008
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-25  5:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-23 10:16 [bug#72253] [PATCH] gnu: mako: Update to 1.9.0 ashish.is--- via Guix-patches via
2024-07-25  5:15 ` Zheng Junjie

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.