[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/113: gnu: gnome-shell: Update to 40.0.
From: |
guix-commits |
Subject: |
08/113: gnu: gnome-shell: Update to 40.0. |
Date: |
Wed, 24 Mar 2021 19:23:27 -0400 (EDT) |
lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit e48bf881df87edad7feb1e2207bd889e0a54dfca
Author: Léo Le Bouter <lle-bout@zaclys.net>
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
- 02/113: gnu: quadrapassel: Update to 3.38.1., (continued)
- 02/113: gnu: quadrapassel: Update to 3.38.1., guix-commits, 2021/03/24
- 09/113: gnu: gnome-music: Update to 40.0., guix-commits, 2021/03/24
- 10/113: gnu: tepl: Update to 5.0.1., guix-commits, 2021/03/24
- 11/113: gnu: gnome-color-manager: Update to 3.36.0., guix-commits, 2021/03/24
- 12/113: gnu: gnome-initial-setup: Update to 40.0., guix-commits, 2021/03/24
- 03/113: gnu: gnome-maps: Update to 40.0., guix-commits, 2021/03/24
- 04/113: gnu: gobject-introspection: Update to 1.68.0., guix-commits, 2021/03/24
- 07/113: gnu: gnome-photos: Update to 3.38.1., guix-commits, 2021/03/24
- 23/113: gnu: gnome-desktop: Update to 40.0., guix-commits, 2021/03/24
- 26/113: gnu: gcr: Update to 3.38.1., guix-commits, 2021/03/24
- 08/113: gnu: gnome-shell: Update to 40.0.,
guix-commits <=
- 15/113: gnu: rygel: Update to 0.40.1., guix-commits, 2021/03/24
- 16/113: gnu: libnma: Update to 1.8.30., guix-commits, 2021/03/24
- 17/113: gnu: gnome-menus: Update to 3.36.0., guix-commits, 2021/03/24
- 20/113: gnu: libgdata: Update to 0.18.1., guix-commits, 2021/03/24
- 21/113: gnu: gnome-characters: Update to 40.0., guix-commits, 2021/03/24
- 24/113: gnu: gnome-disk-utility: Update to 40.0., guix-commits, 2021/03/24
- 25/113: gnu: gnome-font-viewer: Update to 40.0., guix-commits, 2021/03/24
- 27/113: gnu: gnome-keyring: Update to 3.36.0., guix-commits, 2021/03/24
- 35/113: gnu: vala: Update to 0.52.0., guix-commits, 2021/03/24
- 37/113: gnu: dconf: Update to 0.40.0., guix-commits, 2021/03/24