guix-commits
[Top][All Lists]
Advanced

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

12/13: gnu: gnome-shell-extensions: Update to 44.0.


From: guix-commits
Subject: 12/13: gnu: gnome-shell-extensions: Update to 44.0.
Date: Mon, 1 Jan 2024 15:53:20 -0500 (EST)

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

commit 6a4151e41139c00f2e10d7569c4ff078a98b7a81
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Tue Nov 21 22:41:58 2023 +0100

    gnu: gnome-shell-extensions: Update to 44.0.
    
    * gnu/packages/gnome.scm (gnome-shell-extensions): Update to 44.0.
    
    Change-Id: Id5664a9f86f7a64179975cd9c5cbf7b6521c5844
    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 ba5b9efc66..21bb776eb0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10672,7 +10672,7 @@ GNOME Shell appearance and extension, etc.")
 (define-public gnome-shell-extensions
   (package
     (name "gnome-shell-extensions")
-    (version "42.3")
+    (version "44.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -10680,7 +10680,7 @@ GNOME Shell appearance and extension, etc.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1z3k4bvq8f2s0q9q7i093w4hrz289lci7xlib20aqa4z5sivxhhf"))))
+                "1aq1n75m1svsv0ppg66n9qch26rhjxcv3q33a3skf7hsydr5wd4c"))))
     (build-system meson-build-system)
     (arguments
      '(#:configure-flags '("-Dextension_set=all")))



reply via email to

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