gnu: gnome-shell: Update to 3.20.4.

* gnu/packages/gnome.scm (gnome-shell): Update to 3.20.4.
This commit is contained in:
宋文武 2016-08-22 22:04:00 +08:00
parent 3e93ddcccd
commit 19cd753ce7
No known key found for this signature in database
GPG key ID: 26525665AE727D37

View file

@ -4744,7 +4744,7 @@ (define-public gnome-control-center
(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 @@ (define-public gnome-shell
name "-" version ".tar.xz"))
(sha256
(base32
"08cgbr15cim3rgcngrv98rm48pkdxwj4nqx5za1lsnv376m4x5bs"))))
"0kd9y847pw9v3zl0g52ly7xdcjz0b9v37aqmi19iddfkxjjyn4qc"))))
(build-system glib-or-gtk-build-system)
(arguments
'(#:phases