summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2021-03-12 04:54:19 -0500
committerMark H Weaver <mhw@netris.org>2021-03-12 06:08:33 -0500
commitdb7c3410d58a5730c0a4a33e94fa1a2b832fe20a (patch)
tree54521bb8737938444c3fcaa21d6beecb4339f79f /gnu/packages/gnome.scm
parentf5e1909d9f7de91f6e257a877b4805c1b0747997 (diff)
downloadguix-patches-db7c3410d58a5730c0a4a33e94fa1a2b832fe20a.tar
guix-patches-db7c3410d58a5730c0a4a33e94fa1a2b832fe20a.tar.gz
gnu: gnome-shell: Update to 3.34.5.
* gnu/packages/gnome.scm (gnome-shell): Update to 3.34.5.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 9849611892..f38401f726 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8440,7 +8440,7 @@ properties, screen resolution, and other GNOME parameters.")
(define-public gnome-shell
(package
(name "gnome-shell")
- (version "3.34.2")
+ (version "3.34.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -8448,7 +8448,7 @@ properties, screen resolution, and other GNOME parameters.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0k9vq2gh1nhdd6fpp7jnwx37qxaakawiqw1xnlfjvq5g5zdn8ckh"))
+ "0l3mdn7g2c22mdhrqkxvvc1pk2w0v32f2v4a6n1phvaalwcg75nj"))
(patches (search-patches "gnome-shell-theme.patch"
"gnome-shell-disable-test.patch"))
(modules '((guix build utils)))