diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-07 09:43:05 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 11:46:50 +0200 |
commit | 9588a0374472234f8ff7388975b0307e455e970f (patch) | |
tree | d1e8b1927a1bbd3f8c42ecf2a36561a5f07771a5 /gnu | |
parent | 9e8660f5148d14f39019260b4950c0a2d86c74f3 (diff) | |
download | guix-9588a0374472234f8ff7388975b0307e455e970f.tar guix-9588a0374472234f8ff7388975b0307e455e970f.tar.gz |
gnu: mutter: Update to 3.20.0.
* gnu/packages/gnome.scm (mutter): Update to 3.20.0.
Diffstat (limited to 'gnu')
-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 cb4877befa..c9db1a6547 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4026,7 +4026,7 @@ to display dialog boxes from the commandline and shell scripts.") (define-public mutter (package (name "mutter") - (version "3.18.1") + (version "3.20.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4034,7 +4034,7 @@ to display dialog boxes from the commandline and shell scripts.") name "-" version ".tar.xz")) (sha256 (base32 - "1ab959z5fgi4rq0ifxdqvpdbv99a2b1lfgvj327s9crdvk4ygpjg")))) + "1x8nhnili1bq3pnrvr3jsgchcz36jzi9infrbr3gplwxnsbx4i2n")))) (build-system gnu-build-system) (arguments '(#:configure-flags |