guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 33ca7ff17727d6059753c7da9346774acb3e0e33
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Jun 21 08:22:41 2026 +0200
gnu: gnome-shell-extension-unite-shell: Update to 85.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-unite-shell): Update to
85.
Signed-off-by: NoƩ Lopez <[email protected]>
---
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 157f645517..fc28d100be 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -636,7 +636,7 @@ copy, move, delete, or edit your files.")
(define-public gnome-shell-extension-unite-shell
(package
(name "gnome-shell-extension-unite-shell")
- (version "84")
+ (version "85")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -645,7 +645,7 @@ copy, move, delete, or edit your files.")
(file-name (git-file-name name version))
(sha256
(base32
- "190ssviniqfqy1852lk0kvh57nv6066bgkz817gw3h57zbw6r9k5"))))
+ "0r2y3axz6gcranmvsyaiyj61rm3pvz7kjav8g3iivfwr5iil7pj8"))))
(build-system copy-build-system)
(native-inputs (list `(,glib "bin") gettext-minimal))
(inputs (list xprop))