diff mbox series

[bug#67346,gnome-team,v3] gnu: gnome-shell: Update to 44.7.

Message ID 04269e14fd910e222cb0eed428c2ddcf5cf7e8eb.1701610043.git.vivien@planete-kraus.eu
State New
Headers show
Series [bug#67346,gnome-team,v3] gnu: gnome-shell: Update to 44.7. | expand

Commit Message

Vivien Kraus Nov. 21, 2023, 9:19 p.m. UTC
* gnu/packages/gnome.scm (gnome-shell): Update to 44.7.
[inputs]: Add bash-minimal.

Change-Id: I28a0f4b8ad3d31decbc915c2be4f47f64b98e09c
---
Sorry, I forgot to check the guix lint output.

 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


base-commit: e21f0cb7b7a87992004193cd56638ad961fe5928

Comments

Maxim Cournoyer Dec. 3, 2023, 4:33 p.m. UTC | #1
Vivien Kraus <vivien@planete-kraus.eu> writes:

> * gnu/packages/gnome.scm (gnome-shell): Update to 44.7.
> [inputs]: Add bash-minimal.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Liliana Marie Prikler Dec. 19, 2023, 10:55 p.m. UTC | #2
Am Sonntag, dem 03.12.2023 um 11:33 -0500 schrieb Maxim Cournoyer:
> Vivien Kraus <vivien@planete-kraus.eu> writes:
> 
> > * gnu/packages/gnome.scm (gnome-shell): Update to 44.7.
> > [inputs]: Add bash-minimal.
> 
> Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Pushed at last.
diff mbox series

Patch

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d354327497..e121adf9cd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9148,7 +9148,7 @@  (define-public gnome-control-center
 (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 "/"
@@ -9156,7 +9156,7 @@  (define-public gnome-shell
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1grizh3fbks5dgizaj38300cz97ay81q0hlk1pvawkpfq9qlnsam"))))
+                "0gvhlvcw6rd8xa71qfxw39kyqgnv15x8xv8my6h5215kx3il1acb"))))
     (build-system meson-build-system)
     (arguments
      (let ((disallowed-references
@@ -9296,6 +9296,7 @@  (define-public gnome-shell
            xorg-server-for-tests))
     (inputs
      (list accountsservice
+           bash-minimal
            docbook-xsl
            evolution-data-server
            gcr