guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: gnome-shell-extensions: Update to 41.0.


From: guix-commits
Subject: 05/06: gnu: gnome-shell-extensions: Update to 41.0.
Date: Wed, 15 Dec 2021 14:40:04 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit 88ad26487165b4829089e44beeeb0aa125bf185b
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Wed Dec 15 20:26:10 2021 +0100

    gnu: gnome-shell-extensions: Update to 41.0.
    
    * gnu/packages/gnome.scm (gnome-shell-extensions): Update to 41.0.
---
 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 fe4639a..ad49f6e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9904,7 +9904,7 @@ GNOME Shell appearance and extension, etc.")
 (define-public gnome-shell-extensions
   (package
     (name "gnome-shell-extensions")
-    (version "40.4")
+    (version "41.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -9912,7 +9912,7 @@ GNOME Shell appearance and extension, etc.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0yfd1bcwf72dmr1hfh7g8s5cb7snyiyg86575hqx1frbq914q7gm"))))
+                "0s7wcsa0ysdgh5zpxpa95id5rz4ajb2r1561v5szjf4b8k0slkyq"))))
     (build-system meson-build-system)
     (arguments
      '(#:configure-flags '("-Dextension_set=all")))



reply via email to

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