From: 宋文武 Date: Mon, 22 Aug 2016 14:04:00 +0000 (+0800) Subject: gnu: gnome-shell: Update to 3.20.4. X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/commitdiff_plain/19cd753ce72b88d23b1b24d332749396641f1748?ds=sidebyside gnu: gnome-shell: Update to 3.20.4. * gnu/packages/gnome.scm (gnome-shell): Update to 3.20.4. --- 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