diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-08-22 22:00:00 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-08-23 19:46:58 +0800 |
commit | d33aa8d048c0481269a4fc8b84ef6d60f2fd07de (patch) | |
tree | 37c4bb1a545101be0081e0ec9dc2b73462c3eca7 /gnu/packages | |
parent | 984dc4fb2c814ecc05f7054e058312b25497adcd (diff) | |
download | patches-d33aa8d048c0481269a4fc8b84ef6d60f2fd07de.tar patches-d33aa8d048c0481269a4fc8b84ef6d60f2fd07de.tar.gz |
gnu: mutter: Update to 3.20.3.
* gnu/packages/gnome.scm (mutter): Update to 3.20.3.
Diffstat (limited to 'gnu/packages')
-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 8c341dcfce..5ade5f6488 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4178,7 +4178,7 @@ to display dialog boxes from the commandline and shell scripts.") (define-public mutter (package (name "mutter") - (version "3.20.1") + (version "3.20.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4186,7 +4186,7 @@ to display dialog boxes from the commandline and shell scripts.") name "-" version ".tar.xz")) (sha256 (base32 - "0752vkkmaaay8ziczqrf7z3735bq3brx2djw36arqsdhwawh6jba")))) + "05pr78vgq52bkkqpbfnp9mxw14ij2wk91l2yfa69dpjbvxqm4b0l")))) (build-system gnu-build-system) (arguments '(#:configure-flags |