me
/
guix
Archived
1
0
Fork 0

gnu: gnome-shell: Update to 3.20.0.

* gnu/packages/gnome.scm (gnome-shell): Update to 3.20.0.
master
宋文武 2016-04-07 10:44:32 +08:00 committed by Ludovic Courtès
parent 0dc31a81f3
commit 133e43db80
1 changed files with 2 additions and 2 deletions

View File

@ -4584,7 +4584,7 @@ properties, screen resolution, and other GNOME parameters.")
(define-public gnome-shell
(package
(name "gnome-shell")
(version "3.18.3")
(version "3.20.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -4592,7 +4592,7 @@ properties, screen resolution, and other GNOME parameters.")
name "-" version ".tar.xz"))
(sha256
(base32
"16sicxdp08yfaj4hiyzvbspb5jk3fpmi291272zhx5vgc3wbl5w5"))))
"125qjrbw40r8rpri9y0yrl5yqs2q4x0l5inzi3vwl0rxvmhz8sgf"))))
(build-system glib-or-gtk-build-system)
(arguments
'(#:phases