guix-commits
[Top][All Lists]
Advanced

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

24/29: gnu: gnome-shell: Update to 44.9.


From: guix-commits
Subject: 24/29: gnu: gnome-shell: Update to 44.9.
Date: Sat, 24 Feb 2024 01:30:02 -0500 (EST)

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

commit 5cabec17d636c22e946d669be512279dd1506721
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Sat Feb 3 13:46:08 2024 +0100

    gnu: gnome-shell: Update to 44.9.
    
    * gnu/packages/gnome.scm (gnome-shell): Update to 44.9.
    
    Change-Id: I1160153fa4cbe3f93e9cfab983f518a405e32297
    Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 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 dec43fb882..5cca679672 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9257,7 +9257,7 @@ properties, screen resolution, and other GNOME 
parameters.")
 (define-public gnome-shell
   (package
     (name "gnome-shell")
-    (version "44.7")
+    (version "44.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -9265,7 +9265,7 @@ properties, screen resolution, and other GNOME 
parameters.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0gvhlvcw6rd8xa71qfxw39kyqgnv15x8xv8my6h5215kx3il1acb"))))
+                "0k5pxbwwqi1fqpvja77xl0fv7y46gaz17p29f74wpzyb61g16rhp"))))
     (build-system meson-build-system)
     (arguments
      (let ((disallowed-references



reply via email to

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