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

commit e7f2c074bc525b8bd3e27d6f6d25c14656973725
Author: Kei Kebreau <[email protected]>
AuthorDate: Tue Apr 21 13:54:20 2020 -0400

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

Reply via email to