diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-08-22 22:04:00 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-08-23 19:46:59 +0800 |
commit | 19cd753ce72b88d23b1b24d332749396641f1748 (patch) | |
tree | d4321a325a5ee60f743f4fc8a7f97579faa576c6 /gnu/packages/gnome.scm | |
parent | 3e93ddcccd277a7dccc4a1e621a41d0e9a3cd0cb (diff) | |
download | guix-19cd753ce72b88d23b1b24d332749396641f1748.tar.gz |
gnu: gnome-shell: Update to 3.20.4.
* gnu/packages/gnome.scm (gnome-shell): Update to 3.20.4.
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 e1219387ad..945f62d4f2 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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 |