guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: gnome-shell: Update to 44.10.


From: guix-commits
Subject: 03/04: gnu: gnome-shell: Update to 44.10.
Date: Wed, 20 Mar 2024 06:42:37 -0400 (EDT)

cbaines pushed a commit to branch gnome-team
in repository guix.

commit ff3a9b8717469f0bbfde319010d4029ce0a8b1ef
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Mon Mar 18 20:29:48 2024 +0100

    gnu: gnome-shell: Update to 44.10.
    
    * gnu/packages/gnome.scm (gnome-shell): Update to 44.10.
    
    Change-Id: Ib4591ac6b34af33e63468eddd21015b823a6f8da
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f6a5c4088d..5432ebc27b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9284,7 +9284,7 @@ properties, screen resolution, and other GNOME 
parameters.")
 (define-public gnome-shell
   (package
     (name "gnome-shell")
-    (version "44.9")
+    (version "44.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -9292,7 +9292,7 @@ properties, screen resolution, and other GNOME 
parameters.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0k5pxbwwqi1fqpvja77xl0fv7y46gaz17p29f74wpzyb61g16rhp"))))
+                "01pw9qnnvh64x56z1gqh0qk6vfn0ihh4zijq23f4bpz9wszlbpwf"))))
     (build-system meson-build-system)
     (arguments
      (let ((disallowed-references



reply via email to

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