guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/117: gnu: gnome-shell: Update to 40.0.


From: guix-commits
Subject: 07/117: gnu: gnome-shell: Update to 40.0.
Date: Tue, 23 Mar 2021 19:25:34 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit 265a7f48bc30183251799e3e46d7e8ea1f33ca24
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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5e99cde..10e0562 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8333,15 +8333,15 @@ properties, screen resolution, and other GNOME 
parameters.")
 (define-public gnome-shell
   (package
     (name "gnome-shell")
-    (version "3.34.2")
+    (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
-                "0k9vq2gh1nhdd6fpp7jnwx37qxaakawiqw1xnlfjvq5g5zdn8ckh"))
+                "0y44yvxxg4lkcqs2r6ngwsbdhhr3l94byrdzd7icbags5m01zrxw"))
               (patches (search-patches "gnome-shell-theme.patch"
                                        "gnome-shell-disable-test.patch"))
               (modules '((guix build utils)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]