diff mbox series

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

Message ID 0d9af51f1e724cc67e181864b5f9a9539b1467ca.1706981646.git.vivien@planete-kraus.eu
State New
Headers show
Series [bug#68911,gnome-team,1/7] gnu: gnome-shell: Update to 44.8. | expand

Commit Message

Vivien Kraus Feb. 3, 2024, 12:45 p.m. UTC
* 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 mbox series

Patch

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