me
/
guix
Archived
1
0
Fork 0

gnu: gnome-shell: Update to 3.20.4.

* gnu/packages/gnome.scm (gnome-shell): Update to 3.20.4.
master
宋文武 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
1 changed files with 2 additions and 2 deletions

View File

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