gnu: gnome-shell: Update to 3.20.4.
author宋文武 <iyzsong@gmail.com>
Mon, 22 Aug 2016 14:04:00 +0000 (22:04 +0800)
committer宋文武 <iyzsong@gmail.com>
Tue, 23 Aug 2016 11:46:59 +0000 (19:46 +0800)
* gnu/packages/gnome.scm (gnome-shell): Update to 3.20.4.

gnu/packages/gnome.scm

index e121938..945f62d 100644 (file)
@@ -4744,7 +4744,7 @@ properties, screen resolution, and other GNOME parameters.")
 (define-public gnome-shell
   (package
     (name "gnome-shell")
-    (version "3.20.1")
+    (version "3.20.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4752,7 +4752,7 @@ properties, screen resolution, and other GNOME parameters.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "08cgbr15cim3rgcngrv98rm48pkdxwj4nqx5za1lsnv376m4x5bs"))))
+                "0kd9y847pw9v3zl0g52ly7xdcjz0b9v37aqmi19iddfkxjjyn4qc"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      '(#:phases