guix-commits
[Top][All Lists]
Advanced

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

32/37: gnu: gnome-shell-extensions: Update to 3.30.1.


From: guix-commits
Subject: 32/37: gnu: gnome-shell-extensions: Update to 3.30.1.
Date: Sun, 14 Jul 2019 15:54:56 -0400 (EDT)

kkebreau pushed a commit to branch bd15da3a379821e3943403c
in repository guix.

commit 32e2bd03f0ebed74394a7fe884bb794e2dba39da
Author: Kei Kebreau <address@hidden>
Date:   Fri Jul 5 01:00:08 2019 -0400

    gnu: gnome-shell-extensions: Update to 3.30.1.
    
    * gnu/packages/gnome.scm (gnome-shell-extensions): Update to 3.30.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 4146a49..deb53e2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6889,7 +6889,7 @@ GNOME Shell appearance and extension, etc.")
 (define-public gnome-shell-extensions
   (package
     (name "gnome-shell-extensions")
-    (version "3.28.1")
+    (version "3.30.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -6897,7 +6897,7 @@ GNOME Shell appearance and extension, etc.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0n4h8rdnq3knrvlg6inrl62a73h20dbhfgniwy18572jicrh5ip9"))))
+                "1grxn4f5x754r172wmnf0h0xpy69afmj359zsj1rwgqlzw4i4c5p"))))
     (build-system meson-build-system)
     (arguments
      '(#:configure-flags '("-Dextension_set=all")))



reply via email to

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