~ruther/guix-local

1f9c2351d7c8534cc1f9b320dba7c719aecc0789 — Tobias Geerinckx-Rice 8 years ago cd5db77
gnu: gnome-shell: Update to 3.24.3.

* gnu/packages/gnome.scm (gnome-shell): Update to 3.24.3.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +2 -2
@@ 5289,7 5289,7 @@ properties, screen resolution, and other GNOME parameters.")
(define-public gnome-shell
  (package
    (name "gnome-shell")
    (version "3.24.2")
    (version "3.24.3")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"


@@ 5297,7 5297,7 @@ properties, screen resolution, and other GNOME parameters.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
                "1xp2ccmdrvzlczsrcplykwqwx2v4lbmkr0rxyylb06danlw9mivh"))))
                "1f20x36ymkp1j667hb7s7byly2gqc4m0anldy3qwp38vm8437caq"))))
    (build-system glib-or-gtk-build-system)
    (arguments
     '(#:phases