guix-commits
[Top][All Lists]
Advanced

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

04/15: gnu: gnome-shell-extension-appindicator: Update to 53.


From: guix-commits
Subject: 04/15: gnu: gnome-shell-extension-appindicator: Update to 53.
Date: Fri, 19 Jan 2024 18:39:29 -0500 (EST)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit a7ff2e20e74d526f1591aa4a2a7196f8e0a86835
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Tue Jan 16 22:40:57 2024 +0100

    gnu: gnome-shell-extension-appindicator: Update to 53.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator): Update 
to 53.
    
    Change-Id: Ifc3ae680b8f1d66068ce03e94d991de0d479da4e
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 473167d07e..0f575e3d3f 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -579,7 +579,7 @@ Ubuntu Unity Shell.")
 (define-public gnome-shell-extension-appindicator
   (package
     (name "gnome-shell-extension-appindicator")
-    (version "42")
+    (version "53")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -588,7 +588,7 @@ Ubuntu Unity Shell.")
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "1lf3aqb924nzhj87rhy2zvm5pcfqcklhfw21m6ic3i7wzd9r7cnc"))
+                "0lyfznsq5x287vpz133y593s7s4mz9i4x2491sgqvir891zwsivy"))
               (file-name (git-file-name name version))))
     (build-system meson-build-system)
     (native-inputs (list jq gnu-gettext



reply via email to

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