aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-08-18 13:56:32 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-08-18 14:55:01 +0200
commit1f9c2351d7c8534cc1f9b320dba7c719aecc0789 (patch)
tree93592d9f036db6ef35b8651b3db96412ad894ba6
parentcd5db77151dfc87de952c360d65f05162ad7cbe6 (diff)
downloadguix-1f9c2351d7c8534cc1f9b320dba7c719aecc0789.tar
guix-1f9c2351d7c8534cc1f9b320dba7c719aecc0789.tar.gz
gnu: gnome-shell: Update to 3.24.3.
* gnu/packages/gnome.scm (gnome-shell): Update to 3.24.3.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d8a06775a4..f17db8fe13 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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