guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

85/97: gnu: mutter: Update to 3.20.0.


From: Ludovic Courtès
Subject: 85/97: gnu: mutter: Update to 3.20.0.
Date: Wed, 13 Apr 2016 17:31:49 +0000

civodul pushed a commit to branch gnome-updates
in repository guix.

commit 25b0704ffc57677ffa08006fb4fa57286f6234e6
Author: 宋文武 <address@hidden>
Date:   Thu Apr 7 09:43:05 2016 +0800

    gnu: mutter: Update to 3.20.0.
    
    * gnu/packages/gnome.scm (mutter): Update to 3.20.0.
---
 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 fec6176..a86ab52 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4025,7 +4025,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 "/"
@@ -4033,7 +4033,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]