guix-patches
[Top][All Lists]
Advanced

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

[bug#68911] [PATCH gnome-team 4/7] gnu: mutter: Update to 44.8.


From: Vivien Kraus
Subject: [bug#68911] [PATCH gnome-team 4/7] gnu: mutter: Update to 44.8.
Date: Sat, 3 Feb 2024 13:45:52 +0100
User-agent: Evolution 3.48.4

* gnu/packages/gnome.scm (mutter): Update to 44.8.

Change-Id: I7c291d023b49ee4a523b3bfbe8498abcca678f03
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 447db88591..47e31a455e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7859,7 +7859,7 @@ (define-public zenity
 (define-public mutter
   (package
     (name "mutter")
-    (version "44.7")
+    (version "44.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7867,7 +7867,7 @@ (define-public mutter
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1a0j1ygph6bz83da4gr2z02xqf2l5y1x10482vyh3d34arqhph26"))))
+                "12psw7cca9sh8iaixydw31sm34axs5wvs5w8l7fagfzlx8waf636"))))
     ;; NOTE: Since version 3.21.x, mutter now bundles and exports forked
     ;; versions of cogl and clutter.  As a result, many of the inputs,
     ;; propagated-inputs, and configure flags used in cogl and clutter are
-- 
2.41.0





reply via email to

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