gnu: gnome-shell: Update to 3.34.5.

* gnu/packages/gnome.scm (gnome-shell): Update to 3.34.5.
This commit is contained in:
Mark H Weaver 2021-03-12 04:54:19 -05:00
parent f5e1909d9f
commit db7c3410d5
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -8440,7 +8440,7 @@ (define-public gnome-control-center
(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 @@ (define-public gnome-shell
name "-" version ".tar.xz"))
(sha256
(base32
"0k9vq2gh1nhdd6fpp7jnwx37qxaakawiqw1xnlfjvq5g5zdn8ckh"))
"0l3mdn7g2c22mdhrqkxvvc1pk2w0v32f2v4a6n1phvaalwcg75nj"))
(patches (search-patches "gnome-shell-theme.patch"
"gnome-shell-disable-test.patch"))
(modules '((guix build utils)))