guix-commits
[Top][All Lists]
Advanced

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

09/27: gnu: gnome-shell: Update to 44.7.


From: guix-commits
Subject: 09/27: gnu: gnome-shell: Update to 44.7.
Date: Tue, 19 Dec 2023 17:51:24 -0500 (EST)

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

commit f16d507c35015cf8522b4808dac46a25a01146f1
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Tue Nov 21 22:19:53 2023 +0100

    gnu: gnome-shell: Update to 44.7.
    
    * gnu/packages/gnome.scm (gnome-shell): Update to 44.7.
    [inputs]: Add bash-minimal.
    
    Change-Id: I28a0f4b8ad3d31decbc915c2be4f47f64b98e09c
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4a1dbf3ddc..6e76b80312 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9167,7 +9167,7 @@ properties, screen resolution, and other GNOME 
parameters.")
 (define-public gnome-shell
   (package
     (name "gnome-shell")
-    (version "44.3")
+    (version "44.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -9175,7 +9175,7 @@ properties, screen resolution, and other GNOME 
parameters.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1grizh3fbks5dgizaj38300cz97ay81q0hlk1pvawkpfq9qlnsam"))))
+                "0gvhlvcw6rd8xa71qfxw39kyqgnv15x8xv8my6h5215kx3il1acb"))))
     (build-system meson-build-system)
     (arguments
      (let ((disallowed-references
@@ -9315,6 +9315,7 @@ printf '~a is deprecated.  Use the \"gnome-extensions\" 
CLI or \
            xorg-server-for-tests))
     (inputs
      (list accountsservice
+           bash-minimal
            docbook-xsl
            evolution-data-server
            gcr



reply via email to

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