diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-08-06 15:58:58 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-07 13:42:30 +0100 |
commit | 5055d385fffd92ac4e4f14e58b932b10db663e41 (patch) | |
tree | 6d2bf457414efeb143e3721b833059ae5bf9106b /gnu/packages/gnome.scm | |
parent | f8e2b57781e18316be745fd097f260264e721f20 (diff) | |
download | gnu-guix-5055d385fffd92ac4e4f14e58b932b10db663e41.tar gnu-guix-5055d385fffd92ac4e4f14e58b932b10db663e41.tar.gz |
gnu: mutter: Update to 3.28.2.
* gnu/packages/gnome.scm (mutter): Update to 3.28.2.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 7d7391b036..5ef6a980fd 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4884,7 +4884,7 @@ to display dialog boxes from the commandline and shell scripts.") (define-public mutter (package (name "mutter") - (version "3.24.4") + (version "3.28.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4892,7 +4892,7 @@ to display dialog boxes from the commandline and shell scripts.") name "-" version ".tar.xz")) (sha256 (base32 - "1slspy5krbqfvnma72lvdnxjf8ag2cvxssa8bvi7y3xxy7xv603k")))) + "0ighs1zvlssgq16v1h3vg280za7y448snq65gc5m1zmqqawqkymg")))) ;; 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 |