guix-commits
[Top][All Lists]
Advanced

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

31/63: gnu: gnome-shell-extensions: Update to 3.32.1.


From: guix-commits
Subject: 31/63: gnu: gnome-shell-extensions: Update to 3.32.1.
Date: Thu, 7 Nov 2019 09:57:40 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit 81aafd1b5cf34c969d92133656b2c7c74cf3603b
Author: Kei Kebreau <address@hidden>
Date:   Wed Jul 24 19:44:01 2019 -0400

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



reply via email to

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