diff mbox series

[bug#68911,gnome-team,v2,13/17] gnu: mutter: Update to 44.9.

Message ID d041aa72e395cbe2b728a7e011cf15a300f9de17.1707977102.git.vivien@planete-kraus.eu
State New
Headers show
Series Untested GNOME 44.9 updates | expand

Commit Message

Vivien Kraus Feb. 3, 2024, 12:45 p.m. UTC
* gnu/packages/gnome.scm (mutter): Update to 44.9.

Change-Id: Id8e49adac5630068adc32c9ebe629498600589a3
---
 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 b79753de7f..16b6785072 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7871,7 +7871,7 @@  (define-public zenity
 (define-public mutter
   (package
     (name "mutter")
-    (version "44.7")
+    (version "44.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7879,7 +7879,7 @@  (define-public mutter
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1a0j1ygph6bz83da4gr2z02xqf2l5y1x10482vyh3d34arqhph26"))))
+                "0b7wzaj67qzrhgclvqk10fwk4524j4qppl88822mxxlqr40frfnk"))))
     ;; 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