guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 888a8fdd05390013e331adafdb7552602e9d80d9
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:21 2025 +0900
gnu: mutter: Update to 48.4.
* gnu/packages/gnome.scm (mutter): Update to 48.4.
Change-Id: I49f035b5121546b7286e034a883eb64e2973455c
---
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 934bf940f3..a72ba3c8c5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7996,7 +7996,7 @@ to display dialog boxes from the commandline and shell
scripts.")
(define-public mutter
(package
(name "mutter")
- (version "46.9")
+ (version "48.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -8004,7 +8004,7 @@ to display dialog boxes from the commandline and shell
scripts.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0ab4xbh72kd28zvhawkdfl04dkdcy57xapy977mx6q605zv1y1xm"))))
+ "14qdqnv4jmb5h4zg4m52kmm3vhwp9pqyi1is3zfwz1yccdzcz28i"))))
;; 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