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

commit b6f3c0aef111b57daf5a50930de0c5ef90ffe45b
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 150a727c32..b4cc94a14f 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -634,7 +634,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
@@ -643,7 +643,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