lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit e48bf881df87edad7feb1e2207bd889e0a54dfca
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:27:05 2021 +0100
gnu: gnome-shell: Update to 40.0.
* gnu/packages/gnome.scm (gnome-shell): Update to 40.0.
---
gnu/packages/gnome.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index eccc850..b514626 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8355,17 +8355,16 @@ properties, screen resolution, and other GNOME
parameters.")
(define-public gnome-shell
(package
(name "gnome-shell")
- (version "3.34.5")
+ (version "40.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
+ (version-major version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "0l3mdn7g2c22mdhrqkxvvc1pk2w0v32f2v4a6n1phvaalwcg75nj"))
- (patches (search-patches "gnome-shell-CVE-2020-17489.patch"
- "gnome-shell-theme.patch"
+ "0y44yvxxg4lkcqs2r6ngwsbdhhr3l94byrdzd7icbags5m01zrxw"))
+ (patches (search-patches "gnome-shell-theme.patch"
"gnome-shell-disable-test.patch"))
(modules '((guix build utils)))
(snippet