diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-28 10:21:25 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-05-02 22:06:44 +0800 |
commit | 82ab76474d73a9c3e2d5b4ca8600e1f23885d277 (patch) | |
tree | be92adf18c59be0105cd396bfa732d24ffe7bc3a /gnu/packages/gnome.scm | |
parent | 8b6b7c73617b3f066de09300eedd3b0851e1a5de (diff) | |
download | guix-82ab76474d73a9c3e2d5b4ca8600e1f23885d277.tar guix-82ab76474d73a9c3e2d5b4ca8600e1f23885d277.tar.gz |
gnu: gnome-shell: Update to 3.20.1.
* gnu/packages/gnome.scm (gnome-shell): Update to 3.20.1.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | 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 2d43ac03da..1b6b165316 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4594,7 +4594,7 @@ properties, screen resolution, and other GNOME parameters.") (define-public gnome-shell (package (name "gnome-shell") - (version "3.20.0") + (version "3.20.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4602,7 +4602,7 @@ properties, screen resolution, and other GNOME parameters.") name "-" version ".tar.xz")) (sha256 (base32 - "125qjrbw40r8rpri9y0yrl5yqs2q4x0l5inzi3vwl0rxvmhz8sgf")))) + "08cgbr15cim3rgcngrv98rm48pkdxwj4nqx5za1lsnv376m4x5bs")))) (build-system glib-or-gtk-build-system) (arguments '(#:phases |