guix-patches
[Top][All Lists]
Advanced

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

[bug#68911] [PATCH gnome-team v2 15/17] gnu: gnome-shell: Update to 44.9


From: Vivien Kraus
Subject: [bug#68911] [PATCH gnome-team v2 15/17] gnu: gnome-shell: Update to 44.9.
Date: Sat, 3 Feb 2024 13:46:08 +0100
User-agent: Evolution 3.48.4

* gnu/packages/gnome.scm (gnome-shell): Update to 44.9.

Change-Id: I1160153fa4cbe3f93e9cfab983f518a405e32297
---
 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 c4d00bc7c4..bcf4418194 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9256,7 +9256,7 @@ (define-public gnome-control-center
 (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 "/"
@@ -9264,7 +9264,7 @@ (define-public gnome-shell
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0gvhlvcw6rd8xa71qfxw39kyqgnv15x8xv8my6h5215kx3il1acb"))))
+                "0k5pxbwwqi1fqpvja77xl0fv7y46gaz17p29f74wpzyb61g16rhp"))))
     (build-system meson-build-system)
     (arguments
      (let ((disallowed-references
-- 
2.41.0





reply via email to

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