guix-commits
[Top][All Lists]
Advanced

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

44/47: gnu: gnome-shell-extensions: Update to 3.34.2.


From: guix-commits
Subject: 44/47: gnu: gnome-shell-extensions: Update to 3.34.2.
Date: Mon, 23 Mar 2020 15:50:59 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit be0645bdbe6d89caf0aa30875a0cfd7362d6a87f
Author: Kei Kebreau <address@hidden>
AuthorDate: Mon Dec 23 11:09:19 2019 -0500

    gnu: gnome-shell-extensions: Update to 3.34.2.
    
    * gnu/packages/gnome.scm (gnome-shell-extensions): Update to 3.34.2.
---
 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 aae8bc0..4dbbd14 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8144,7 +8144,7 @@ GNOME Shell appearance and extension, etc.")
 (define-public gnome-shell-extensions
   (package
     (name "gnome-shell-extensions")
-    (version "3.32.1")
+    (version "3.34.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -8152,7 +8152,7 @@ GNOME Shell appearance and extension, etc.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "07libf6z24n42hpdsq163w0j8xyrav0lxqrwxrvq5kbz8zxv5ch2"))))
+                "1f5l35l3kdkzrv49xmg1sh11vwmgjbg7hx3gb91i39bfl1snxqd1"))))
     (build-system meson-build-system)
     (arguments
      '(#:configure-flags '("-Dextension_set=all")))



reply via email to

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