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

commit 407fe8f71f93ce960422b7a5cdfe45d650f0cced
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Fri Nov 21 11:32:13 2025 +0100

    gnu: gnome-shell-extension-unite-shell: Update to 84.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-unite-shell): Update to 
84.
---
 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 5cfe7e6621..785dcbb759 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -637,7 +637,7 @@ copy, move, delete, or edit your files.")
 (define-public gnome-shell-extension-unite-shell
   (package
     (name "gnome-shell-extension-unite-shell")
-    (version "82")
+    (version "84")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -646,7 +646,7 @@ copy, move, delete, or edit your files.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0kghsaq8p38r7ya0kd2ggcwjpq4f3gszrfk5x11ji2m91cfk9sh9"))))
+                "190ssviniqfqy1852lk0kvh57nv6066bgkz817gw3h57zbw6r9k5"))))
     (build-system copy-build-system)
     (native-inputs (list `(,glib "bin") gettext-minimal))
     (inputs (list xprop))

Reply via email to