guix-commits
[Top][All Lists]
Advanced

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

68/107: gnu: gnome-shell-extensions: Update to 3.36.1.


From: guix-commits
Subject: 68/107: gnu: gnome-shell-extensions: Update to 3.36.1.
Date: Tue, 12 May 2020 10:53:26 -0400 (EDT)

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

commit f6bcde7a211abe4271c86e394680b61b6f35cc49
Author: Kei Kebreau <address@hidden>
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 7b0ba95..919a689 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8273,7 +8273,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 "/"
@@ -8281,7 +8281,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

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