diff options
author | Liliana Marie Prikler <[email protected]> | 2024-11-23 21:58:59 +0100 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:37 +0100 |
commit | 1b90133dabf519c888c272e378155b3e27b926e0 (patch) | |
tree | ff6f34bc66f1d8b8bc1b0cc4c9baf35f297b4cb7 | |
parent | d98677c8169b5e16402c3173040f8f0f16ed71c6 (diff) |
gnu: mutter: Update to 46.6.
* gnu/packages/gnome.scm (mutter): Update to 46.6.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 59bb8b65c2..71e8d4b262 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8028,7 +8028,7 @@ to display dialog boxes from the commandline and shell scripts.") (define-public mutter (package (name "mutter") - (version "46.4") + (version "46.6") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -8036,7 +8036,7 @@ to display dialog boxes from the commandline and shell scripts.") name "-" version ".tar.xz")) (sha256 (base32 - "1r02fp1z5ikm9ml2m4dvnfdn3nig4wj45cz2gicmdnrak37xj6v1")))) + "1w6da067gxgwwv8q893zxrh7h429m41xzkl3p71kr3iwljbq8aj5")))) ;; 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 |